Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SeryiBaran committed Feb 24, 2023
1 parent e93beb1 commit b8a1e73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
site: "https://seryibaran.github.io/",
vite: {
optimizeDeps: {
exclude: ["@resvg/resvg-js"],
},
},
integrations: [
tailwind({
config: {
Expand Down

0 comments on commit b8a1e73

Please sign in to comment.