Compare commits

..

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
97be740272 Initial plan 2025-10-30 05:46:19 +00:00
Dhruwang
42f9c81421 fix: survey ui loading issue 2025-10-30 11:09:27 +05:30
2 changed files with 1 additions and 2 deletions

View File

@@ -85,6 +85,6 @@ export const middleware = async (originalRequest: NextRequest) => {
export const config = {
matcher: [
"/((?!_next/static|_next/image|favicon.ico|sitemap.xml|robots.txt|js|css|images|fonts|icons|public|animated-bgs).*)",
"/((?!_next/static|_next/image|favicon.ico|sitemap.xml|robots.txt|js|css|images|fonts|icons|public).*)",
],
};

View File

@@ -102,7 +102,6 @@ When PUBLIC_URL is configured, the following routes are automatically served fro
- `/fonts/*` - Font files
- `/icons/*` - Icon assets
- `/public/*` - Public static files
- `/animated-bgs/*` - Animated Background assets
#### Storage Routes