mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-29 17:34:52 +00:00
3 lines
104 B
JavaScript
3 lines
104 B
JavaScript
// Default Pages configuration for Nuxt
|
|
export default { target: 'static', router: { base: '/docs/' } }
|