diff --git a/src/routes/publication/[type]/[identifier]/layout.ts b/src/routes/publication/[type]/[identifier]/layout.ts new file mode 100644 index 0000000..77ab0a0 --- /dev/null +++ b/src/routes/publication/[type]/[identifier]/layout.ts @@ -0,0 +1 @@ +export const ssr = true;