mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
Fix GitHub capitalize (#3623)
This commit is contained in:
parent
4e2f9ca1f2
commit
ff32dbdb09
@ -42,7 +42,7 @@ Learn more at [nuxtjs.org](https://nuxtjs.org).
|
|||||||
|
|
||||||
## Partners
|
## Partners
|
||||||
|
|
||||||
Become a partner and get your logo on our README on Github and every page of https://nuxtjs.org website with a link to your site. [[Become a partner](https://opencollective.com/nuxtjs#partner)]
|
Become a partner and get your logo on our README on GitHub and every page of https://nuxtjs.org website with a link to your site. [[Become a partner](https://opencollective.com/nuxtjs#partner)]
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://opencollective.com/nuxtjs/tiers/partner/0/website" target="_blank" rel="noopener noreferrer"><img height="100px" src="https://opencollective.com/nuxtjs/tiers/partner/0/avatar.svg">
|
<a href="https://opencollective.com/nuxtjs/tiers/partner/0/website" target="_blank" rel="noopener noreferrer"><img height="100px" src="https://opencollective.com/nuxtjs/tiers/partner/0/avatar.svg">
|
||||||
@ -53,7 +53,7 @@ Become a partner and get your logo on our README on Github and every page of htt
|
|||||||
|
|
||||||
## Sponsors
|
## Sponsors
|
||||||
|
|
||||||
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/nuxtjs#sponsor)]
|
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/nuxtjs#sponsor)]
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://opencollective.com/nuxtjs/tiers/sponsors/0/website" target="_blank" rel="noopener noreferrer"><img src="https://opencollective.com/nuxtjs/tiers/sponsors/0/avatar.svg"></a>
|
<a href="https://opencollective.com/nuxtjs/tiers/sponsors/0/website" target="_blank" rel="noopener noreferrer"><img src="https://opencollective.com/nuxtjs/tiers/sponsors/0/avatar.svg"></a>
|
||||||
|
@ -170,7 +170,7 @@ export default class Generator {
|
|||||||
}
|
}
|
||||||
await fsExtra.copy(this.srcBuiltPath, this.distNuxtPath)
|
await fsExtra.copy(this.srcBuiltPath, this.distNuxtPath)
|
||||||
|
|
||||||
// Add .nojekyll file to let Github Pages add the _nuxt/ folder
|
// Add .nojekyll file to let GitHub Pages add the _nuxt/ folder
|
||||||
// https://help.github.com/articles/files-that-start-with-an-underscore-are-missing/
|
// https://help.github.com/articles/files-that-start-with-an-underscore-are-missing/
|
||||||
const nojekyllPath = path.resolve(this.distPath, '.nojekyll')
|
const nojekyllPath = path.resolve(this.distPath, '.nojekyll')
|
||||||
fsExtra.writeFile(nojekyllPath, '')
|
fsExtra.writeFile(nojekyllPath, '')
|
||||||
|
Loading…
Reference in New Issue
Block a user