mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 06:42:53 +01:00
fix: site url and base dir should be set in astro.config.mjs
This commit is contained in:
@@ -22,6 +22,8 @@ const oklchToHex = function (str) {
|
||||
}
|
||||
|
||||
export default defineConfig({
|
||||
site: 'https://fuwari.vercel.app/',
|
||||
base: '/',
|
||||
integrations: [
|
||||
tailwind(),
|
||||
icon({
|
||||
|
||||
Reference in New Issue
Block a user