Skip to content

Commit

Permalink
fix no-index
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Nov 27, 2019
1 parent f29e783 commit dbedded
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"title": "Built with Immer"
},
"complex-objects": {
"title": "Working with classes"
"title": "Working with Map, Set and classes"
},
"curried-produce": {
"title": "Curried producers"
Expand Down
1 change: 0 additions & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const siteConfig = {
url: "https://immerjs.github.io", // Your website URL
baseUrl: "/immer/", // Base URL for your project */
editUrl: "https://github.com/immerjs/immer/edit/master/docs/",
noIndex: true,
// For github.io type URLs, you would set the url and baseUrl like:
// url: 'https://facebook.github.io',
// baseUrl: '/test-site/',
Expand Down

0 comments on commit dbedded

Please sign in to comment.