From e2a5964842ead9be8b741a3d3798150dde268fe4 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 26 Dec 2023 17:51:30 -0800 Subject: [PATCH] feat: backend error page links added --- src/routes/error/+page.svelte | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/routes/error/+page.svelte b/src/routes/error/+page.svelte index fd3eb5645..2ceea878c 100644 --- a/src/routes/error/+page.svelte +++ b/src/routes/error/+page.svelte @@ -22,10 +22,20 @@
Ollama WebUI Backend Required
- Oops! You're using an unsupported method (frontend only). - Please access the WebUI from the backend. See readme.md for instructions or join our Discord - for help. - + Oops! You're using an unsupported method (frontend only). Please serve the WebUI from + the backend. + +
+
+ See readme.md for instructions + or + join our Discord for help.