fix logo url

This commit is contained in:
oiov
2025-10-29 15:32:51 +08:00
parent bd70198b04
commit 1be15598ef
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ const nextConfig = {
rewrites() {
return [
{
source: "/logo-192.png",
source: "/logo.png",
destination: "/_static/logo-192.png",
},
];

File diff suppressed because one or more lines are too long