fix: resolve background not loading due deploymend into folder

This commit is contained in:
2026-02-05 10:46:25 +05:00
parent 56b2cde8c4
commit a91c59cc9e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export const PANEL_SETTINGS = {
PANEL_HEIGHT_MAX: 1000,
// Default values
DEFAULT_BACKGROUND_IMAGE: "/backgrounds/b1.jpg",
DEFAULT_BACKGROUND_IMAGE: "./backgrounds/b1.jpg",
} as const;
// ===== TYPOGRAPHY =====