First design of frontpage

This commit is contained in:
2024-10-04 01:54:27 +00:00
parent 154b93e267
commit 5a950f6851
170 changed files with 9412 additions and 143 deletions

View File

@ -5,7 +5,10 @@ self.__BUILD_MANIFEST = {
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [],
"rootMainFiles": [],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
},