mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
checking cache control
This commit is contained in:
parent
293376ce03
commit
2afa5c856d
1 changed files with 5 additions and 0 deletions
5
custom.d.ts
vendored
5
custom.d.ts
vendored
|
@ -2,3 +2,8 @@ declare module "*.svg" {
|
||||||
const content: any;
|
const content: any;
|
||||||
export default content;
|
export default content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare module "*.png" {
|
||||||
|
const content: any;
|
||||||
|
export default content;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue