We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd917fc commit ff1ba5dCopy full SHA for ff1ba5d
.gitignore
@@ -2,4 +2,5 @@ webosu.online.key
2
webosu.online.pem
3
robots.txt
4
sitemap.txt
5
-arc-sw.js
+arc-sw.js
6
+.vercel
API/api.js api/owu-api.jsAPI/api.js renamed to api/owu-api.js
vercel.json
@@ -1,7 +1,7 @@
1
{
"functions": {
- "API/api.js": {
- "includeFiles": "api.js"
+ "api/owu-api.js": {
+ "includeFiles": "_files/**"
}
7
0 commit comments