Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jul 29, 2024
2 parents ab2d959 + 9ca1692 commit 78708f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig({
base: BASE_PATH,
integrations: [astrotion(), tailwind(), sitemap(), robotsTxt()],
vite: { optimizeDeps: { exclude: ["@resvg/resvg-js"] } },
trailingSlash: "always",
});

function getSite() {
Expand Down

0 comments on commit 78708f0

Please sign in to comment.