diff --git a/index.mjs b/index.mjs index 93713f0..f1c7eae 100644 --- a/index.mjs +++ b/index.mjs @@ -335,7 +335,7 @@ async function savePageAndResources(url, html, $) { // write preview index page const dir = `${output}/preview${url}` ensureDirExists(dir) - html = html.replace(regexEmail, 'Licensed User') + html = html.replace(regexEmail, 'Licensed User').replace('', '\n') fs.writeFileSync(`${dir}/index.html`, html) console.log(`📝 Writing ${url}/index.html`) } diff --git a/previewindex.html b/previewindex.html index 0608add..09c1d87 100644 --- a/previewindex.html +++ b/previewindex.html @@ -2,10 +2,10 @@ - + Tailwind UI Preview - View Components + View Components \ No newline at end of file