fix: site url and base dir should be set in astro.config.mjs
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
export type SiteConfig = {
|
||||
title: string,
|
||||
subtitle: string,
|
||||
url: string,
|
||||
|
||||
lang: string,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user