1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-12-08 00:44:30 +01: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
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

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