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: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
noIndex: false, // adds <meta name="robots" content="noindex, nofollow"> to every page
|
||||
favicon: 'img/icons/favicon.ico',
|
||||
noIndex: true, // adds <meta name="robots" content="noindex, nofollow"> to every page
|
||||
// staticDirectories: ['public', 'static'],
|
||||
|
||||
// GitHub pages deployment config.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
||||
Allow: /
|
||||
|
|
Loading…
Reference in New Issue