We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pages:extend
1 parent 576bdc2 commit 7272407Copy full SHA for 7272407
1 file changed
docs/2.guide/3.going-further/8.custom-routing.md
@@ -44,7 +44,7 @@ export default defineNuxtConfig({
44
pages.push({
45
name: 'profile',
46
path: '/profile',
47
- component: () => import('~/pages/profile.vue')
+ file: '~/extra-pages/profile.vue'
48
})
49
50
// remove routes
0 commit comments