vaderjs 1.3.3-alpha-124 → 1.3.3-alpha-125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vader.js +1 -1
package/package.json
CHANGED
package/vader.js
CHANGED
|
@@ -963,7 +963,7 @@ async function Build() {
|
|
|
963
963
|
break;
|
|
964
964
|
case 'text/plain' && !redirectFile.includes(root):
|
|
965
965
|
|
|
966
|
-
redirectFile += `\n${root}/* ${root} 200`
|
|
966
|
+
redirectFile += `\n${root}/* ${root}/index.html 200`
|
|
967
967
|
fs.writeFileSync(process.cwd() + '/dist/' + provider, redirectFile)
|
|
968
968
|
console.log(`Added ${root}/* ${root} 200 to ${provider}`)
|
|
969
969
|
break;
|