Browse Source

Disable SSR for publication pages

master
buttercat1791 6 months ago
parent
commit
afdbb85971
  1. 2
      src/routes/publication/[type]/[identifier]/+layout.ts

2
src/routes/publication/[type]/[identifier]/+layout.ts

@ -1 +1 @@ @@ -1 +1 @@
export const ssr = true;
export const ssr = false;

Loading…
Cancel
Save