chore: migrate appflowy.io to appflowy.com (#29)

This commit is contained in:
Kilu.He
2025-02-05 12:34:39 +08:00
committed by GitHub
parent 7b13cf7d77
commit 34607bf863
15 changed files with 66 additions and 47 deletions

View File

@@ -9,7 +9,7 @@ import { fetch } from 'bun';
const distDir = path.join(__dirname, 'dist');
const indexPath = path.join(distDir, 'index.html');
const baseURL = process.env.AF_BASE_URL as string;
const defaultSite = 'https://appflowy.io';
const defaultSite = 'https://appflowy.com';
const setOrUpdateMetaTag = ($: CheerioAPI, selector: string, attribute: string, content: string) => {
if ($(selector).length === 0) {