From 4f0bc3ad9322fc993ecb141b861a83de2a239f1e Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 14 Apr 2025 10:03:37 -0700 Subject: [PATCH] update prerender location --- bin/web/src/routes/+layout.js | 1 + bin/web/src/routes/+layout.svelte | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bin/web/src/routes/+layout.js diff --git a/bin/web/src/routes/+layout.js b/bin/web/src/routes/+layout.js new file mode 100644 index 0000000..189f71e --- /dev/null +++ b/bin/web/src/routes/+layout.js @@ -0,0 +1 @@ +export const prerender = true; diff --git a/bin/web/src/routes/+layout.svelte b/bin/web/src/routes/+layout.svelte index 1af0859..9b776b7 100644 --- a/bin/web/src/routes/+layout.svelte +++ b/bin/web/src/routes/+layout.svelte @@ -1,7 +1,6 @@ {@render children()}