From a2fe2205bc51263cb74f2a45ff3b3680e7294d32 Mon Sep 17 00:00:00 2001 From: Divlo Date: Tue, 23 Aug 2022 13:31:17 +0200 Subject: [PATCH] fix(resume): wrong base path for assets --- jsonresume-theme-custom/scripts/build.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsonresume-theme-custom/scripts/build.js b/jsonresume-theme-custom/scripts/build.js index 68da972..0b639f2 100644 --- a/jsonresume-theme-custom/scripts/build.js +++ b/jsonresume-theme-custom/scripts/build.js @@ -11,7 +11,8 @@ const publicResumeOutputURL = new URL( ) await build({ - root: fileURLToPath(jsonResumeThemeCustom) + root: fileURLToPath(jsonResumeThemeCustom), + base: '/curriculum-vitae/' }) await fs.promises.cp(jsonResumeThemeCustomDist, publicResumeOutputURL, {