fix: site url and base dir should be set in astro.config.mjs

This commit is contained in:
saicaca
2023-11-08 19:03:35 +08:00
parent d918a2ef3d
commit b0d265b42b
4 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
export type SiteConfig = {
title: string,
subtitle: string,
url: string,
lang: string,