feat: moved content back into this repository, and moved private content out
This commit is contained in:
parent
7fb4035f31
commit
63a079deb1
14 changed files with 62 additions and 132 deletions
|
|
@ -14,8 +14,7 @@ export async function GET(context: APIContext) {
|
|||
|
||||
const urls = [
|
||||
'/',
|
||||
'/md',
|
||||
...posts.map(post => `/md/${getSlug(post.id)}`),
|
||||
...posts.map(post => `/${getSlug(post.id)}`),
|
||||
'/txt',
|
||||
...txtFiles.map(txt => `/${txt}`),
|
||||
'/bookmarks',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue