chore: add site URL to Astro config
This commit is contained in:
parent
f88cc799cb
commit
ac0325c99b
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import sitemap from "@astrojs/sitemap";
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://fiatcode.dev",
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue