Revert "chore: update API URLs to use folo.is domain"

This reverts commit ad75a1e47b.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-10-30 17:06:20 +08:00
parent 5f563c2a2f
commit 220702c456
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ on:
# Do not use secrets or variables to allow for public access
env:
VITE_WEB_URL: https://app.folo.is
VITE_API_URL: https://api.folo.is
VITE_API_URL: https://api.follow.is
name: ✨ CI Format, Typecheck and Lint
concurrency:

View File

@ -51,7 +51,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "https://api.folo.is",
target: "https://api.follow.is",
changeOrigin: true,
rewrite(path) {
return path.replace("/api", "")

View File

@ -1,6 +1,6 @@
export const DEFAULT_VALUES = {
PROD: {
API_URL: "https://api.folo.is",
API_URL: "https://api.follow.is",
WEB_URL: "https://app.folo.is",
INBOXES_EMAIL: "@follow.re",
OPENPANEL_CLIENT_ID: "4382168f-b8d2-40c1-9a26-133a312d072b",
@ -12,13 +12,13 @@ export const DEFAULT_VALUES = {
POSTHOG_HOST: "https://us.posthog.com",
},
DEV: {
API_URL: "https://api.dev.folo.is",
WEB_URL: "https://dev.folo.is",
API_URL: "https://api.dev.follow.is",
WEB_URL: "https://dev.follow.is",
INBOXES_EMAIL: "__dev@follow.re",
},
STAGING: {
API_URL: "https://api.folo.is",
WEB_URL: "https://staging.folo.is",
API_URL: "https://api.follow.is",
WEB_URL: "https://staging.follow.is",
INBOXES_EMAIL: "@follow.re",
OPENPANEL_CLIENT_ID: "4382168f-b8d2-40c1-9a26-133a312d072b",
OPENPANEL_API_URL: "https://openpanel.follow.is/api",