mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
.nojekyll needs to be empty
This commit is contained in:
parent
3ed1340d56
commit
16c9710141
@ -106,7 +106,7 @@ module.exports = function () {
|
||||
// Add .nojekyll file to let Github Pages add the _nuxt/ folder
|
||||
// https://help.github.com/articles/files-that-start-with-an-underscore-are-missing/
|
||||
const nojekyllPath = resolve(distPath, '.nojekyll')
|
||||
return writeFile(nojekyllPath)
|
||||
return writeFile(nojekyllPath, '')
|
||||
})
|
||||
.then(() => {
|
||||
debug('HTML Files generated')
|
||||
|
Loading…
Reference in New Issue
Block a user