feat: implement pages
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
declare module '*.css';
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly SSG_MD: boolean;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
Reference in New Issue
Block a user