mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
Edit api rewrite
This commit is contained in:
parent
c3edb22229
commit
3f7cc34585
@ -13,6 +13,10 @@
|
||||
"target": "website",
|
||||
"public": "website/docs",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/api/integrations/avatar",
|
||||
"function": "setAvatarOfValidtor"
|
||||
},
|
||||
{
|
||||
"source": "/api/**",
|
||||
"function": "mainnetMetadata"
|
||||
@ -20,10 +24,6 @@
|
||||
{
|
||||
"source": "/testnetapi/**",
|
||||
"function": "testnetMetadata"
|
||||
},
|
||||
{
|
||||
"source": "/integrations/avatar",
|
||||
"function": "setAvatarOfValidtor"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -9,11 +9,11 @@ main {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
body, body * {
|
||||
|
||||
body * {
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
overflow-wrap: break-word;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
code {
|
||||
|
Loading…
x
Reference in New Issue
Block a user