Allow writes, kinda
parent
4a7934f9d8
commit
7a86c4ef56
2
_headers
2
_headers
|
@ -1,3 +1,3 @@
|
||||||
/fs/*
|
/fs/*
|
||||||
Last-Modified: 0
|
Last-Modified: 0
|
||||||
X-Permission: ro
|
X-Permission: rw
|
|
@ -22,7 +22,7 @@ getFiles(rootDir).then((files) => {
|
||||||
.replace(/\.md$/, "")
|
.replace(/\.md$/, "")
|
||||||
.replace(/\.plug\.json$/, ""),
|
.replace(/\.plug\.json$/, ""),
|
||||||
lastModified: 0,
|
lastModified: 0,
|
||||||
perm: "ro",
|
perm: "rw",
|
||||||
}))
|
}))
|
||||||
.filter((pageMeta) => !pageMeta.name.startsWith("."));
|
.filter((pageMeta) => !pageMeta.name.startsWith("."));
|
||||||
console.log(JSON.stringify(files, null, 2));
|
console.log(JSON.stringify(files, null, 2));
|
||||||
|
|
Loading…
Reference in New Issue