Merge pull request #47 from AppFlowy-IO/fix_publish

chore: fix publish base url
This commit is contained in:
Nathan.fooo
2025-08-31 11:14:23 +08:00
committed by GitHub

View File

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