From fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 13 Sep 2023 15:14:25 -0500 Subject: Initial commit Get the skeleton (hehe) started --- app/src/routes/+layout.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/src/routes/+layout.ts (limited to 'app/src/routes/+layout.ts') diff --git a/app/src/routes/+layout.ts b/app/src/routes/+layout.ts new file mode 100644 index 0000000..c8cacf0 --- /dev/null +++ b/app/src/routes/+layout.ts @@ -0,0 +1 @@ +export const prerender = true; \ No newline at end of file -- cgit v1.2.3