mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
feat: ✨ Add breadcrumb navigation to every page
This commit is contained in:
parent
6934a5758e
commit
232abac215
15 changed files with 119 additions and 44 deletions
12
index.d.ts
vendored
Normal file
12
index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
declare module "#app" {
|
||||
interface PageMeta {
|
||||
breadcrumbs?: {
|
||||
text: string;
|
||||
href?: string;
|
||||
}[];
|
||||
requiresAuth?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
// It is always important to import/export something when augmenting a type
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue