fix: init sql

This commit is contained in:
shinya
2025-07-14 10:30:14 +08:00
parent 8afbc0e0af
commit dee31005e7
2 changed files with 90 additions and 80 deletions

View File

@@ -128,6 +128,6 @@ function shouldSkipAuth(pathname: string): boolean {
// 配置middleware匹配规则
export const config = {
matcher: [
'/((?!_next/static|_next/image|favicon.ico|api/detail|api/search|api/image-proxy|api/douban).*)',
'/((?!_next/static|_next/image|favicon.ico|api/detail|api/search|api/image-proxy|api/douban|api/cron|api/server-config).*)',
],
};