From 8d16424a74b0eb95a0a53fdcdfa8843ee364bc35 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 26 Nov 2023 23:14:45 -0600 Subject: [PATCH] absolute paths --- svelte.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/svelte.config.js b/svelte.config.js index 8cecef8..cc8c566 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -40,6 +40,9 @@ const config = { '/blog/who-is-mat', ], }, + paths: { + relative: false, + }, }, }