From 671b36c2c8d4026eb7a34f0ac7bd5720b34f1a0d Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 28 Sep 2024 00:43:43 -0400 Subject: Configure the SvelteKit build process to build a static site. This is the [recommended] adapter for a single-page app. That's approximately how I expect to deploy the UI. [recommended]: https://kit.svelte.dev/docs/single-page-apps --- hi-ui/src/routes/+layout.svelte | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hi-ui/src/routes/+layout.svelte') diff --git a/hi-ui/src/routes/+layout.svelte b/hi-ui/src/routes/+layout.svelte index f54f3bf..67a5fa5 100644 --- a/hi-ui/src/routes/+layout.svelte +++ b/hi-ui/src/routes/+layout.svelte @@ -1,5 +1,7 @@
-- cgit v1.2.3