mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
cambios en el path
This commit is contained in:
@@ -186,7 +186,7 @@ export const GET: RequestHandler = async ({ params, fetch, request }) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const fontPath = join(process.cwd(), 'static', 'fonts', 'Ubuntu-Regular.ttf');
|
const fontPath = join(process.cwd(), 'src', 'lib', 'assets', 'fonts', 'Ubuntu-Regular.ttf');
|
||||||
const fontData = readFileSync(fontPath);
|
const fontData = readFileSync(fontPath);
|
||||||
|
|
||||||
const svg = await satori(element, {
|
const svg = await satori(element, {
|
||||||
|
|||||||
Reference in New Issue
Block a user