mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-20 14:52:13 +00:00
format
This commit is contained in:
parent
9e83af04a7
commit
55a1fb8c41
6 changed files with 9 additions and 25 deletions
quartz/plugins/emitters
|
@ -13,7 +13,7 @@ export const AliasRedirects: QuartzEmitterPlugin = () => ({
|
|||
getQuartzComponents() {
|
||||
return []
|
||||
},
|
||||
async emit({argv}, content, _resources, emit): Promise<FilePath[]> {
|
||||
async emit({ argv }, content, _resources, emit): Promise<FilePath[]> {
|
||||
const fps: FilePath[] = []
|
||||
|
||||
for (const [_tree, file] of content) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue