mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 16:16:09 +00:00
target not server
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -14842,7 +14842,7 @@ function getConfigParserSettings(staticSiteGenerator, path) {
|
|||||||
|
|
||||||
// Set the target to static too
|
// Set the target to static too
|
||||||
// https://nuxtjs.org/docs/configuration-glossary/configuration-target/
|
// https://nuxtjs.org/docs/configuration-glossary/configuration-target/
|
||||||
server: 'static'
|
target: 'static'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case 'next':
|
case 'next':
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
// Default Pages configuration for Nuxt
|
// Default Pages configuration for Nuxt
|
||||||
export default {server: 'static', router: {base: '/docs/'}}
|
export default {target: 'static', router: {base: '/docs/'}}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
// Disable server-side rendering: https://go.nuxtjs.dev/ssr-mode
|
// Disable server-side rendering: https://go.nuxtjs.dev/ssr-mode
|
||||||
server: 'static',
|
target: 'static',
|
||||||
router: { base: "/docs/" },
|
router: { base: "/docs/" },
|
||||||
ssr: false,
|
ssr: false,
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ function getConfigParserSettings(staticSiteGenerator, path) {
|
|||||||
|
|
||||||
// Set the target to static too
|
// Set the target to static too
|
||||||
// https://nuxtjs.org/docs/configuration-glossary/configuration-target/
|
// https://nuxtjs.org/docs/configuration-glossary/configuration-target/
|
||||||
server: 'static'
|
target: 'static'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case 'next':
|
case 'next':
|
||||||
|
|||||||
Reference in New Issue
Block a user