Skip to content

Commit

Permalink
fix: try to add experimental assets: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanaphomH committed Dec 28, 2023
1 parent 7354cea commit 439e2ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ import svelte from "@astrojs/svelte";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), svelte()],
experimental: {
assets: true,
}
});

0 comments on commit 439e2ff

Please sign in to comment.