通用版本分离
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"/_app": "pages/_app.js",
|
||||
"/_document": "pages/_document.js",
|
||||
"/admin": "pages/admin.html",
|
||||
"/competition": "pages/competition.html",
|
||||
"/_error": "pages/_error.js",
|
||||
"/": "pages/index.html",
|
||||
"/404": "pages/404.html"
|
||||
"/_document": "pages/_document.js",
|
||||
"/": "pages/index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user