From 301181c12238dd894569c4aed9860847d8913785 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Fri, 23 Apr 2021 14:14:46 +0200 Subject: [PATCH] Add permalinks for some resources --- package.json | 2 +- src/main/js/FileSystem.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 794650f..a4c2d8e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/main/js/FileSystem.ts b/src/main/js/FileSystem.ts index 0611b01..0ce519c 100644 --- a/src/main/js/FileSystem.ts +++ b/src/main/js/FileSystem.ts @@ -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({