Skip to content

Commit

Permalink
testing config page
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackerakiUA committed Sep 29, 2024
1 parent 4b29798 commit 275fd8c
Show file tree
Hide file tree
Showing 8 changed files with 3,894 additions and 2,218 deletions.
668 changes: 440 additions & 228 deletions about.html

Large diffs are not rendered by default.

2,140 changes: 1,266 additions & 874 deletions components.html

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"port": 8000,
"build": {
"base": "/"
"base": "/",
"page": [
{
"name": "content",
"folder": "users",
"json": "users"
},
{
"name": "content",
"url": "allusers",
"json": "users"
}
]
},
"fetch": {
"users": "https://webart.work/api/user/get"
Expand Down
Loading

0 comments on commit 275fd8c

Please sign in to comment.