hotfix assets

This commit is contained in:
Joe Mulvaney 2023-07-17 20:30:30 +00:00
parent f8b49e1d32
commit 0f8e5107cb
1 changed files with 1 additions and 1 deletions

View File

@ -146,4 +146,4 @@ fs.writeFileSync(root + '/gophermap', gopherIndexTemplate(processedFrontmatterDa
fs.writeFileSync(root + '/feed.xml', rssFeed(processedFrontmatterData, Object.keys(tags)))
fs.writeFileSync(root + '/index.html', htmlIndexTemplate(processedFrontmatterData, Object.keys(tags)))
execSync(`cp ${__dirname}/assets/* ${root}`)
execSync(`cp ${__dirname}/../assets/* ${root}`)