feat: add static content utils, with gray-matter metadata
This commit is contained in:
parent
410ce498c8
commit
ce8bb3e8f8
2 changed files with 61 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
|||
"noUncheckedIndexedAccess": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./src/*"]
|
||||
"~/*": ["./src/*"],
|
||||
"~/lib/*": ["./lib/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
|
|
|
|||
Reference in a new issue