turbopack and app router; very annoying to work with!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
export interface Site {
|
||||
title: string;
|
||||
pages?: Sites;
|
||||
mtime?: string;
|
||||
otime?: string;
|
||||
}
|
||||
|
||||
export interface Sites {
|
||||
[slug: string]: Site;
|
||||
}
|
||||
Reference in New Issue
Block a user