diff --git a/frontend/appflowy_web_app/server.cjs b/frontend/appflowy_web_app/server.cjs index ad63751e7a..d80d95599b 100644 --- a/frontend/appflowy_web_app/server.cjs +++ b/frontend/appflowy_web_app/server.cjs @@ -88,7 +88,7 @@ const createServer = async (req) => { let htmlData = fs.readFileSync(indexPath, 'utf8'); const $ = cheerio.load(htmlData); - const description = 'Write, share, and publish docs quickly on AppFlowy. \n Get started for free.'; + const description = 'Write, share, and publish docs quickly on AppFlowy.\nGet started for free.'; let title = 'AppFlowy'; const url = 'https://appflowy.io'; let image = logo;