We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StaticAssetMeta.path
1 parent b3c3eff commit 0b34e24Copy full SHA for 0b34e24
1 file changed
src/utils/static.ts
@@ -10,7 +10,6 @@ export interface StaticAssetMeta {
10
type?: string;
11
etag?: string;
12
mtime?: number | string | Date;
13
- path?: string;
14
size?: number;
15
encoding?: string;
16
}
0 commit comments