feat: add sitemap integration and update metadata settings

This commit is contained in:
2025-05-16 11:56:21 +02:00
parent 7e41d57515
commit 531f2c1288
4 changed files with 38 additions and 13 deletions

View File

@ -3,11 +3,14 @@ import { defineConfig } from "astro/config";
import react from "@astrojs/react";
import tailwindcss from "@tailwindcss/vite";
import icon from "astro-icon";
import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
site: "https://jleibl.net",
integrations: [
react(),
sitemap(),
icon({
include: {
ph: ["*"],