Skip to content

Commit 510113f

Browse files
committed
🐛 Fixing Nuxt generation warnings
1 parent b234802 commit 510113f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

stubs/dashboard/nuxt.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ export default {
7373
// Build Configuration: https://go.nuxtjs.dev/config-build
7474
build: {},
7575

76+
generate: {
77+
// Ignore href links of default.vue | Ref.: https://github.com/nuxt/nuxt.js/issues/8105#issuecomment-706702793
78+
exclude: ['/openapi', '/api-docs', '/poll'],
79+
},
80+
7681
router: {
7782
base:
7883
(process.env.NODE_ENV === 'production' ? '/ui' : '/')

0 commit comments

Comments
 (0)