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, {