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 357ddb4 commit 7dbba77Copy full SHA for 7dbba77
resources/fileWalker.js
@@ -14,7 +14,7 @@ module.exports = fileWalker;
14
var IGNORE_RX =
15
/^(?:_|\.|(?:node_modules|package\.json|README\.(?:md|markdown))$)/;
16
17
-var INCLUDE_RX = /^(?:\.nojekyll|\.htaccess)/;
+var INCLUDE_RX = /^(?:\.nojekyll|\.htaccess|\_redirects)/;
18
19
function fileWalker(dirPath, onVisitFile) {
20
return new Promise((resolve, reject) => {
site/_redirects
@@ -0,0 +1 @@
1
+/swapi-graphql https://graphql.github.io/swapi-graphql 200
site/swapi-graphql/index.html.js
0 commit comments