chore: fix test

This commit is contained in:
Nathan
2025-08-27 13:53:56 +08:00
parent 139a32a0eb
commit 335a31f56c
17 changed files with 412 additions and 101 deletions

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) => {