mirror of
https://github.com/trafficlunar/website.git
synced 2026-08-12 12:29:49 +00:00
feat: sitemap
This commit is contained in:
parent
c3c8d795db
commit
8a79da7030
3 changed files with 19 additions and 2 deletions
|
|
@ -3,12 +3,13 @@ import { defineConfig } from "astro/config";
|
|||
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import svelte from "@astrojs/svelte";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
|
||||
integrations: [svelte()],
|
||||
site: "https://trafficlunar.net",
|
||||
integrations: [svelte(), sitemap()],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue