fix: update image URL handling to support paths without leading slashes and clean up layout file

This commit is contained in:
Wini_Fy
2026-02-05 10:52:30 +07:00
parent 0bad73da4c
commit 879d71f7ab
2 changed files with 11 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ export default function RootLayout({
<html lang="en">
<head>
<link rel="shortcut icon" href="/assets/img/favicon.png" />
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="/assets/css/all.min.css" />
<link rel="stylesheet" href="/assets/css/animate.css" />