mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	fix(resume): wrong base path for assets
This commit is contained in:
		| @@ -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, { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user