1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-10-20 17:53:45 +00:00

style: unify quote style in rollup config

This commit is contained in:
Cotes Chung 2025-07-27 00:55:54 +08:00
parent 49519d13e5
commit b855e8b6b4
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808

View File

@ -11,7 +11,7 @@ const DIST = 'assets/js/dist';
const banner = `/*! const banner = `/*!
* ${pkg.name} v${pkg.version} | © ${pkg.since} ${pkg.author} | ${pkg.license} Licensed | ${pkg.homepage} * ${pkg.name} v${pkg.version} | © ${pkg.since} ${pkg.author} | ${pkg.license} Licensed | ${pkg.homepage}
*/`; */`;
const frontmatter = `---\npermalink: /:basename\n---\n`; const frontmatter = '---\npermalink: /:basename\n---\n';
const isProd = process.env.BUILD === 'production'; const isProd = process.env.BUILD === 'production';
let hasWatched = false; let hasWatched = false;