Daniel Ledda 2 miesięcy temu
rodzic
commit
6d64b61323
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      main.ts

+ 1
- 1
main.ts Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz