We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49519d1 commit b855e8bCopy full SHA for b855e8b
rollup.config.js
@@ -11,7 +11,7 @@ const DIST = 'assets/js/dist';
11
const banner = `/*!
12
* ${pkg.name} v${pkg.version} | © ${pkg.since} ${pkg.author} | ${pkg.license} Licensed | ${pkg.homepage}
13
*/`;
14
-const frontmatter = `---\npermalink: /:basename\n---\n`;
+const frontmatter = '---\npermalink: /:basename\n---\n';
15
const isProd = process.env.BUILD === 'production';
16
17
let hasWatched = false;
0 commit comments