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",
|
"target": "website",
|
||||||
"public": "website/docs",
|
"public": "website/docs",
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
|
{
|
||||||
|
"source": "/api/integrations/avatar",
|
||||||
|
"function": "setAvatarOfValidtor"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "/api/**",
|
"source": "/api/**",
|
||||||
"function": "mainnetMetadata"
|
"function": "mainnetMetadata"
|
||||||
@ -20,10 +24,6 @@
|
|||||||
{
|
{
|
||||||
"source": "/testnetapi/**",
|
"source": "/testnetapi/**",
|
||||||
"function": "testnetMetadata"
|
"function": "testnetMetadata"
|
||||||
},
|
|
||||||
{
|
|
||||||
"source": "/integrations/avatar",
|
|
||||||
"function": "setAvatarOfValidtor"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -9,11 +9,11 @@ main {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, body * {
|
|
||||||
|
body * {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user