Skip to content

Commit 245fb44

Browse files
committed
Remove devtools option from Vue integration in Astro config
1 parent 86d8588 commit 245fb44

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({ devtools: true }), compress()],
17+
integrations: [vue(), compress()],
1818
vite: {
1919
plugins: [tailwindcss()],
2020
},

0 commit comments

Comments
 (0)