diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 929128d48..eedb9be7d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -5,7 +5,7 @@ on:
# Do not use secrets or variables to allow for public access
env:
- VITE_WEB_URL: https://app.follow.is
+ VITE_WEB_URL: https://app.folo.is
VITE_API_URL: https://api.follow.is
name: CI Format, Typecheck and Lint
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3e1da5621..2553a3b38 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -28,7 +28,7 @@ For a more convenient development experience, we recommend developing in the bro
cd apps/desktop && pnpm run dev:web
```
-This will open the browser at `https://app.follow.is/__debug_proxy`, allowing you to access the online API environment for development and debugging.
+This will open the browser at `https://app.folo.is/__debug_proxy`, allowing you to access the online API environment for development and debugging.
### Develop in Electron
diff --git a/README.md b/README.md
index 8c6dfd475..4809706c6 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Feel free to try it using the following methods:
| Operating System | Source |
| :--------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| Any |
|
+| Any |
|
| iOS |
|
| Android |
|
| macOS |
|
diff --git a/api/vercel_webhook.ts b/api/vercel_webhook.ts
index ae6bd20b2..406e698ea 100644
--- a/api/vercel_webhook.ts
+++ b/api/vercel_webhook.ts
@@ -61,9 +61,9 @@ async function purgeCloudflareCache() {
const apiUrl = `https://api.cloudflare.com/client/v4/zones/${CF_ZONE_ID}/purge_cache`
- const manifestPath = await fetch(
- `https://app.follow.is/assets/manifest.txt?t=${Date.now()}`,
- ).then((res) => res.text())
+ const manifestPath = await fetch(`https://app.folo.is/assets/manifest.txt?t=${Date.now()}`).then(
+ (res) => res.text(),
+ )
try {
await fetch(apiUrl, {
@@ -79,7 +79,7 @@ async function purgeCloudflareCache() {
console.info("Successfully purged Cloudflare cache")
} catch {
console.error("Failed to purge Cloudflare cache by tags, fallback to purge by files")
- const allPath = manifestPath.split("\n").map((path) => `https://app.follow.is/${path}`)
+ const allPath = manifestPath.split("\n").map((path) => `https://app.folo.is/${path}`)
// Function to delay execution
const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms))
diff --git a/apps/desktop/forge.config.cts b/apps/desktop/forge.config.cts
index d2fe92d60..4663a6caf 100644
--- a/apps/desktop/forge.config.cts
+++ b/apps/desktop/forge.config.cts
@@ -190,7 +190,7 @@ const config: ForgeConfig = {
new MakerSquirrel({
name: "Folo",
setupIcon: isStaging ? "resources/icon-staging.ico" : "resources/icon.ico",
- iconUrl: "https://app.follow.is/favicon.ico",
+ iconUrl: "https://app.folo.is/favicon.ico",
}),
new MakerAppImage({
config: {
diff --git a/apps/desktop/layer/main/src/helper.ts b/apps/desktop/layer/main/src/helper.ts
index 5ec755148..e5387c219 100644
--- a/apps/desktop/layer/main/src/helper.ts
+++ b/apps/desktop/layer/main/src/helper.ts
@@ -26,5 +26,5 @@ export const getTrayIconPath = () => {
}
export const filePathToAppUrl = (filePath: string) => {
- return `app://follow.is${pathToFileURL(filePath).pathname}`
+ return `app://folo.is${pathToFileURL(filePath).pathname}`
}
diff --git a/apps/desktop/layer/renderer/index.html b/apps/desktop/layer/renderer/index.html
index b3a951265..717d21b2c 100644
--- a/apps/desktop/layer/renderer/index.html
+++ b/apps/desktop/layer/renderer/index.html
@@ -21,13 +21,13 @@
-
-
+
+
-
+