Compare commits

..

3 Commits

Author SHA1 Message Date
pandeymangg
95c95256cb Merge remote-tracking branch 'origin/main' into fix-animated-background-from-public-url 2025-10-30 16:55:44 +05:30
Dhruwang Jariwala
bf41a53b86 fix: survey ui loading issue (#6755) 2025-10-30 07:32:44 +00:00
MarcThu
4f8f17c043 fix: allow access of /animated-bgs/** from public url 2025-10-28 15:08:10 +01:00
2 changed files with 2 additions and 1 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).*)",
"/((?!_next/static|_next/image|favicon.ico|sitemap.xml|robots.txt|js|css|images|fonts|icons|public|animated-bgs).*)",
],
};

View File

@@ -102,6 +102,7 @@ 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