mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
fix(resume): wrong base path for assets
This commit is contained in:
parent
e1f3dceb07
commit
a2fe2205bc
@ -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, {
|
||||
|
Loading…
Reference in New Issue
Block a user