yarn package upgrades, ssr update
All checks were successful
deploy to production / deploy (push) Successful in 45s

This commit is contained in:
2023-11-15 07:00:12 +00:00
parent 94ff85fbe1
commit 86e0a17265
326 changed files with 2277 additions and 1839 deletions

View File

@@ -1,4 +1,5 @@
const release = "tibi-docs.dirty"
const apiClientBaseURL = "/api/"
// @ts-ignore
if (release && typeof context !== "undefined") {
@@ -7,4 +8,5 @@ if (release && typeof context !== "undefined") {
module.exports = {
release,
apiClientBaseURL,
}