mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: some style
This commit is contained in:
parent
701b55dc45
commit
349705768a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user