chore(v2): fix date-sensitive test fixture (#3988)
Co-authored-by: 9oelM <hj923@hotmail.com>
This commit is contained in:
parent
6e9ed1cb1a
commit
d2d2872646
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue