forked from tools/josh
1
0
Fork 0

Add permalinks for some resources

This commit is contained in:
Florine W. Dekker 2021-04-23 14:14:46 +02:00
parent 284c21534e
commit 301181c122
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "0.40.4",
"version": "0.40.5",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",

View File

@ -86,9 +86,9 @@ export class FileSystem {
}),
"home": new Directory({
"felix": new Directory({
"pgp.pub": new File("https://fwdekker.com/.well-known/openpgpkey/hu/utwoudjz1peqni9x61s3gfegcey8zd71", "lnk"),
"pgp.pub": new File("https://fwdkr.co/pgp", "lnk"),
"privacy.lnk": new File("https://fwdekker.com/privacy/"),
"resume.pdf": new File("https://static.fwdekker.com/misc/resume.pdf", "lnk"),
"resume.pdf": new File("https://fwdkr.co/cv", "lnk"),
}),
}),
"root": new Directory({