1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix(resume): wrong base path for assets

This commit is contained in:
Divlo
2022-08-23 13:31:17 +02:00
parent e1f3dceb07
commit a2fe2205bc

View File

@ -11,7 +11,8 @@ const publicResumeOutputURL = new URL(
) )
await build({ await build({
root: fileURLToPath(jsonResumeThemeCustom) root: fileURLToPath(jsonResumeThemeCustom),
base: '/curriculum-vitae/'
}) })
await fs.promises.cp(jsonResumeThemeCustomDist, publicResumeOutputURL, { await fs.promises.cp(jsonResumeThemeCustomDist, publicResumeOutputURL, {