chore(v2): fix date-sensitive test fixture (#3988)

Co-authored-by: 9oelM <hj923@hotmail.com>
This commit is contained in:
Sébastien Lorber 2021-01-04 16:50:56 +01:00 committed by GitHub
parent 6e9ed1cb1a
commit d2d2872646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ module.exports = {
items: [{label: 'Twitter', to: 'https://twitter.com/docusaurus'}],
},
],
copyright: 'Copyright © 2021 Facebook Inc.',
copyright: `Copyright © ${new Date().getFullYear()} Facebook Inc.`,
logo: {src: 'img/docusaurus_monochrome.svg'},
},
algolia: {