base path refactor to better support subpath hosting

This commit is contained in:
Jacky Zhao
2023-08-19 15:52:25 -07:00
parent 0b53e9eaac
commit fd174f45a5
29 changed files with 257 additions and 389 deletions

2
index.d.ts vendored
View File

@ -5,7 +5,7 @@ declare module "*.scss" {
// dom custom event
interface CustomEventMap {
nav: CustomEvent<{ url: CanonicalSlug }>
nav: CustomEvent<{ url: FullSlug }>
}
declare const fetchData: Promise<ContentIndex>