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 f48d75c commit 13fc8beCopy full SHA for 13fc8be
docs/_headers
docs/scripts/afterBuild.js
@@ -4,4 +4,3 @@ const path = require('path');
4
const fs = require('fs');
5
6
fs.copyFileSync(path.join(__dirname, '../_redirects'), path.join(__dirname, '../dist/_redirects'));
7
-fs.copyFileSync(path.join(__dirname, '../_headers'), path.join(__dirname, '../dist/_headers'));
0 commit comments