Remove preact-compat

pull/4066/head
Kamran Ahmed 1 year ago
parent 8fb778337d
commit 0031a9c6ba
  1. 4
      astro.config.mjs

@ -75,8 +75,6 @@ export default defineConfig({
css: false,
js: false,
}),
preact({
compat: true,
}),
preact(),
],
});

Loading…
Cancel
Save