Skip to content

Commit

Permalink
Add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtaStruhar committed Jan 9, 2025
1 parent 6d02501 commit 95c1de7
Show file tree
Hide file tree
Showing 4 changed files with 2,006 additions and 2,859 deletions.
6 changes: 4 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";

import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
site: "https://vojtastruhar.github.io/",
base: "/steam-review-template",
integrations: [tailwind()],
integrations: [tailwind(), sitemap()],
i18n: {
defaultLocale: "en",
locales: ["en", "es"],

}
});
});
Loading

0 comments on commit 95c1de7

Please sign in to comment.