Browse Source

Merges pull request #69

#309 Fix SSR Crash Bug
master
Michael J 6 months ago
parent
commit
c1efb37db0
No known key found for this signature in database
GPG Key ID: 962BEC8725790894
  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