From 6d770dc642cd6110bb4ab3d7af9c9364bb29d0bb Mon Sep 17 00:00:00 2001 From: Ku6epXBOCTuK Date: Tue, 25 Aug 2026 10:36:10 +0500 Subject: [PATCH] feat: add base path for deploy --- web/src/routes/+layout.svelte | 7 ++++--- web/src/routes/list-tools/+page.svelte | 3 ++- web/vite.config.ts | 12 ++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index cee4a47..9b0171b 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -2,6 +2,7 @@ import '../app.css'; import favicon from '$lib/assets/favicon.svg'; import { onMount } from 'svelte'; + import { resolve } from '$app/paths'; import { getLocale, initLocale, setLocale } from '$lib/i18n/locale.svelte'; import { t } from '$lib/i18n/t'; import { LOCALES, type Locale } from '$lib/i18n/dict'; @@ -19,10 +20,10 @@
- easy-png-tools + easy-png-tools