From bc0010a7568cf40532574cf01f201777e948239d Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Wed, 30 Jul 2025 01:31:18 -0500 Subject: [PATCH] Enable SSR for publications --- src/routes/publication/[type]/[identifier]/layout.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/routes/publication/[type]/[identifier]/layout.ts 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;