diff --git a/src/utils.ts b/src/utils.ts index e37a64a..a0642d1 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -113,7 +113,7 @@ export const problemDescription = (problem: Problem): string => { export const publicPath = (...paths: string[]): string => { console.info('donde estoy', path.join(__dirname)) - return path.join(__dirname, '..', '..', 'public', ...paths) + return path.join(__dirname, '..', 'public', ...paths) } // no va el '..' extra... hay que corregir el build