feat(api): set default api url with env var

This commit is contained in:
Ax333l
2022-12-23 13:57:56 +01:00
parent 6c0d95baa2
commit 6ea64ef873
4 changed files with 17 additions and 14 deletions

View File

@@ -14,6 +14,9 @@ const config = {
pages: "public",
fallback: "404.html"
}),
env: {
publicPrefix: "RV"
}
}
};