mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-17 06:44:18 +02:00
Added and updated repositories 2025-07-11 08:27:20
This commit is contained in:
24
fiksofficial/python-modules/vercel.json
Normal file
24
fiksofficial/python-modules/vercel.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*).txt",
|
||||
"headers": [{"key": "Content-Type", "value": "text/plain; charset=utf-8"}]
|
||||
},
|
||||
{
|
||||
"source": "/(.*).html",
|
||||
"headers": [{ "key": "Content-Type", "value": "text/html; charset=utf-8" }]
|
||||
},
|
||||
{
|
||||
"source": "/(.*).css",
|
||||
"headers": [{ "key": "Content-Type", "value": "text/css; charset=utf-8" }]
|
||||
},
|
||||
{
|
||||
"source": "/(.*).js",
|
||||
"headers": [{ "key": "Content-Type", "value": "text/js; charset=utf-8" }]
|
||||
},
|
||||
{
|
||||
"source": "/(.*).py",
|
||||
"headers": [{"key": "Content-Type", "value": "text/plain; charset=utf-8"}]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user