Move nuxt pages to pages-nuxt/

This commit is contained in:
Sam Carlton 2021-09-11 12:25:13 -05:00
parent 1cd19177f3
commit 321c2ee468
19 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,11 @@ import pkg from './package'
export default {
target: 'static',
dir: {
// Rename `pages` directory to `routes`
pages: 'pages-nuxt'
},
publicRuntimeConfig: {
allUpdateSubscribe: process.env.ALL_UPDATE_SUBSCRIBE,
testResultStore: process.env.TEST_RESULT_STORE,