Had to swap to minio to let it act as a cdn. Working file uploads.
This commit is contained in:
@@ -37,7 +37,7 @@ function timeAgo(): string {
|
||||
|
||||
function getAssetHost(): string {
|
||||
const appEl = document.getElementById("app");
|
||||
return appEl?.dataset.assetHost ?? "http://localhost:3901";
|
||||
return appEl?.dataset.assetHost ?? "http://localhost:9000";
|
||||
}
|
||||
|
||||
// ── Components ─────────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user