Allow scenery images through middleware

This commit is contained in:
2569718930@qq.com
2026-03-26 01:32:06 +08:00
parent b146c637b6
commit 88b355e9de
+1
View File
@@ -31,6 +31,7 @@ function isStaticAsset(pathname: string) {
pathname.startsWith("/sitemap.xml") ||
pathname.startsWith("/icons/") ||
pathname.startsWith("/images/") ||
pathname.startsWith("/scenery/") ||
pathname.startsWith("/static/")
);
}