From c9a4b6d42049ad80d7a31dc6db7a7aeadfe99739 Mon Sep 17 00:00:00 2001 From: Matt O'Brien <666272+mgmobrien@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:26:43 -0700 Subject: [PATCH] update: configure for fully static deployment --- apps/www/src/routes/+page.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 apps/www/src/routes/+page.js diff --git a/apps/www/src/routes/+page.js b/apps/www/src/routes/+page.js new file mode 100644 index 0000000..189f71e --- /dev/null +++ b/apps/www/src/routes/+page.js @@ -0,0 +1 @@ +export const prerender = true;