mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
initial
This commit is contained in:
commit
5104c2518b
34 changed files with 6844 additions and 0 deletions
7
custom.d.ts
vendored
Normal file
7
custom.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { decl } from "postcss";
|
||||
import { NitroAppPlugin, NitroApp } from "nitropack";
|
||||
|
||||
declare module "*.svg" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue