Skip to content

Commit

Permalink
internal: sets ocmponentIslands back to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamilenkovic committed Dec 14, 2024
1 parent 59e9825 commit 9c8e9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineNuxtConfig({
css: ["@/assets/css/main.css"],

experimental: {
componentIslands: false,
componentIslands: true,
},

runtimeConfig: {
Expand Down

0 comments on commit 9c8e9b7

Please sign in to comment.