Files
afilmory/apps/web/public/_routes.json
2025-10-31 02:07:13 +08:00

20 lines
264 B
JSON

{
"version": 1,
"include": ["/*"],
"exclude": [
"/thumbnails/*",
"/*.ico",
"/*.png",
"/*.jpg",
"/*.jpeg",
"/*.gif",
"/*.svg",
"/*.css",
"/manifest.webmanifest",
"/*.js",
"/*.json",
"/*.xml",
"/*.txt"
]
}