mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
Add sitemap integration and render robots.txt via ts
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { defineConfig } from "astro/config";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
|
||||
export default defineConfig({
|
||||
site: "https://thiloho.github.io",
|
||||
|
||||
trailingSlash: "never",
|
||||
|
||||
prefetch: {
|
||||
@@ -19,4 +19,6 @@ export default defineConfig({
|
||||
theme: "github-dark",
|
||||
},
|
||||
},
|
||||
|
||||
integrations: [sitemap()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user