mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +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;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module "*.png" {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue