Skip to content

Commit b855e8b

Browse files
committed
style: unify quote style in rollup config
1 parent 49519d1 commit b855e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const DIST = 'assets/js/dist';
1111
const banner = `/*!
1212
* ${pkg.name} v${pkg.version} | © ${pkg.since} ${pkg.author} | ${pkg.license} Licensed | ${pkg.homepage}
1313
*/`;
14-
const frontmatter = `---\npermalink: /:basename\n---\n`;
14+
const frontmatter = '---\npermalink: /:basename\n---\n';
1515
const isProd = process.env.BUILD === 'production';
1616

1717
let hasWatched = false;

0 commit comments

Comments
 (0)