Skip to content

Commit

Permalink
internal: sets component islands back to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamilenkovic committed Dec 14, 2024
1 parent 16e3d5e commit 754c0b0
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 754c0b0

Please sign in to comment.