diff --git a/content/2.concepts/4.auto-imports/.template/index.ts b/content/2.concepts/4.auto-imports/.template/index.ts index 0ca55ab..201753a 100644 --- a/content/2.concepts/4.auto-imports/.template/index.ts +++ b/content/2.concepts/4.auto-imports/.template/index.ts @@ -1,7 +1,7 @@ import type { GuideMeta } from '~/types/guides' export const meta: GuideMeta = { - startingFile: 'pages/index.vue', + startingFile: 'app.vue', features: { fileTree: true, },