base path refactor, more docs

This commit is contained in:
Jacky Zhao
2023-07-13 00:19:35 -07:00
parent 7c7e1f8dd5
commit a14136ea28
37 changed files with 1861 additions and 156 deletions

2
index.d.ts vendored
View File

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