mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Move nuxt pages to pages-nuxt/
This commit is contained in:
parent
1cd19177f3
commit
321c2ee468
19 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ import pkg from './package'
|
||||||
export default {
|
export default {
|
||||||
target: 'static',
|
target: 'static',
|
||||||
|
|
||||||
|
dir: {
|
||||||
|
// Rename `pages` directory to `routes`
|
||||||
|
pages: 'pages-nuxt'
|
||||||
|
},
|
||||||
|
|
||||||
publicRuntimeConfig: {
|
publicRuntimeConfig: {
|
||||||
allUpdateSubscribe: process.env.ALL_UPDATE_SUBSCRIBE,
|
allUpdateSubscribe: process.env.ALL_UPDATE_SUBSCRIBE,
|
||||||
testResultStore: process.env.TEST_RESULT_STORE,
|
testResultStore: process.env.TEST_RESULT_STORE,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue