Explorar el Código

update

master
Daniel Ledda hace 2 meses
padre
commit
6d64b61323
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      main.ts

+ 1
- 1
main.ts Ver fichero

@@ -198,7 +198,7 @@ Deno.serve({
});
const ssrContext: DJSSRContext = { styles: {}, registry: {}, head: { title: "", metatags: [] } };
if (router) {
await router.replace(pathname.split("/generative-energy")[1]);
await router.replace(pathname.split('/' + baseDirectoryName)[1]);
await router.isReady();
}
const rendered = await renderToString(app, ssrContext);


Cargando…
Cancelar
Guardar