mirror of https://github.com/FOME-Tech/wiki.git
Allow indexing (#65)
This commit is contained in:
parent
a5dd4454d2
commit
329deff67b
|
@ -13,8 +13,8 @@ const config = {
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
noIndex: false, // adds <meta name="robots" content="noindex, nofollow"> to every page
|
||||||
favicon: 'img/icons/favicon.ico',
|
favicon: 'img/icons/favicon.ico',
|
||||||
noIndex: true, // adds <meta name="robots" content="noindex, nofollow"> to every page
|
|
||||||
// staticDirectories: ['public', 'static'],
|
// staticDirectories: ['public', 'static'],
|
||||||
|
|
||||||
// GitHub pages deployment config.
|
// GitHub pages deployment config.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /
|
Allow: /
|
||||||
|
|
Loading…
Reference in New Issue