Skip to content

Commit 12edd4b

Browse files
committed
Update Vue integration in Astro config to specify appEntrypoint
1 parent 01c3a14 commit 12edd4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
},
1515
output: "server",
1616
adapter: deno(),
17-
integrations: [vue(), compress()],
17+
integrations: [vue({ appEntrypoint: "/src/pages/" }), compress()],
1818
vite: {
1919
plugins: [tailwindcss()],
2020
},

0 commit comments

Comments
 (0)