feat(deploy): allow deploying on deta.space

- **BREAKING CHANGE**: Api url now /api/v1 \n **Fix**: Frontend build. \n **Fix**: errors about unknown styles

BREAKING CHANGE:
This commit is contained in:
Kentai Radiquum 2024-05-13 22:20:08 +05:00
parent d85ce45989
commit d97ad7dbfe
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
19 changed files with 504 additions and 412 deletions

View file

@ -56,8 +56,8 @@ export const App = (props) => {
return (
<body>
<div style={{ display: "flex", "flex-direction": "row" }}>
<div style={{ "padding-inline-start": "0" }}>
<div style={{ display: "flex", flexDirection: "row" }}>
<div style={{ paddingInlineStart: "0" }}>
<NavigationRail
colorPicker={colorPicker}
settingsPopup={settingsPopup}
@ -89,7 +89,7 @@ export const App = (props) => {
>
<div
className="border round padding"
style={{ height: "calc(100vh - 2rem)", "overflow-y": "scroll" }}
style={{ height: "calc(100vh - 2rem)", overflowY: "scroll" }}
>
{props.children}
</div>