mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-12 16:33:39 +00:00
base path refactor to better support subpath hosting
This commit is contained in:
parent
3201f83b70
commit
c874e7e937
29 changed files with 257 additions and 389 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue