Commit Graph

20 Commits

Author SHA1 Message Date
Alicia Sykes 427e46a702 Neaten build environment options in Netlify config 2024-03-04 15:13:31 +00:00
Alicia Sykes da12eb65a0 Sets YARN_FLAGS in Netlify config 2024-03-04 13:58:00 +00:00
Alicia Sykes 08e6bc6c27 Update Node version for Netlify deployments 2024-03-04 13:47:15 +00:00
Alicia Sykes d727b9db0f 🔧 Adds environmental params to Netlify config 2022-02-05 01:21:59 +00:00
Alicia Sykes 4fb910f1fa 🔧 Updates Netlify config file 2022-02-04 22:45:32 +00:00
Alicia Sykes e3a39bc4b5 🔧 Sets Node runtime to 16.13.2 LTS 2022-02-04 22:42:19 +00:00
Alicia Sykes e3f2b910ec Adds Netlify support for proxying CORS requests 2021-12-31 22:23:39 +00:00
Alicia Sykes 8911c867ce
🔧 Fixes spacing in Netlify config file 2021-11-19 21:24:46 +00:00
Alicia Sykes c5dea1e1df
🔧 Move catch-all redirect after serverless funcs
The catch-all redirect is required for Vue's HTML5 history mode to work on Netlify. However the current configuration was redirecting everything, including the API endpoints to index.html, preventing the serverless functions (for status checking, config management, etc) from working. 🤞 Hopefully this will work...
2021-11-07 14:53:56 +00:00
Alicia Sykes 8c3a8e996f 🔧 Support history-mode routing on Netlify 2021-10-16 15:34:16 +01:00
Alicia Sykes 96d4deefa1 🔧 Redirect node endpoints to cloud functions, for Netlify 2021-09-19 13:36:12 +01:00
Alicia Sykes c2f99d6d7f 🔧 Specify edge handlers for redirect to serverless functions 2021-09-18 21:54:38 +01:00
Alicia Sykes 7e3f42d5c7 🔧 Specify cloud functions path for Netlify 2021-09-18 21:37:30 +01:00
Alicia Sykes 73fadd7d93 🔨 Adds base path and headers to Netlify config 2021-08-19 20:41:43 +01:00
Alicia Sykes 94927cd880 🔨 Removes fixed yarn version from Netlify config 2021-08-19 20:26:01 +01:00
Alicia Sykes e7d1d5f173 🔨 Removes build.base path from Netlify config 2021-08-19 20:24:23 +01:00
Alicia Sykes 0d306f9f1f 🔨 Removes headers from Netlify config 2021-08-19 20:22:20 +01:00
Alicia Sykes 3aba2e7c1c 🔨 Uses fixed node version for Netlify build 2021-08-19 20:13:35 +01:00
Alicia Sykes 94dc0e7fc6 Addressed a couple of small things 2021-06-11 21:35:36 +01:00
Alicia Sykes 089ac04f79 Adds support for Netlify 1-Click deployment, adds main script to package.json, updates name and adds docs 2021-06-11 21:28:27 +01:00