Pages build doesn't seem to be taking environment var changes
framework: NuxtJS
Build system: v1
I have a pages project that uses a nuxt build module to exlude pages when set to a specific value, regardless of what I set the value to in the Pages environment it is still excluding those pages from the build.
Things I've tried:
Build system: v1
I have a pages project that uses a nuxt build module to exlude pages when set to a specific value, regardless of what I set the value to in the Pages environment it is still excluding those pages from the build.
Things I've tried:
- Removing the build module from the nuxt.config.js
- Removing the build module from the nuxt config as well as the file from the project
- Clearing build cache + steps above