Skip to content

Commit

Permalink
feat: add sitemap integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ardasevinc committed Oct 10, 2023
1 parent 1e59120 commit 1751b0f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
6 changes: 4 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { defineConfig } from 'astro/config';
import tailwind from '@astrojs/tailwind';

import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
});
integrations: [tailwind(), sitemap()]
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.1",
"astro": "^3.2.3",
"tailwindcss": "^3.0.24"
Expand Down
31 changes: 31 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1751b0f

Please sign in to comment.