mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
refactor(theme-{classic,common}): change how site/page/search metadata is handled (#6925)
This commit is contained in:
parent
74e37e86ba
commit
74f653dd82
36 changed files with 808 additions and 625 deletions
|
@ -320,7 +320,10 @@ const config = {
|
|||
remarkPlugins: [npm2yarn],
|
||||
},
|
||||
theme: {
|
||||
customCss: [require.resolve('./src/css/custom.css')],
|
||||
customCss: [
|
||||
require.resolve('./src/css/custom.css'),
|
||||
require.resolve('./_dogfooding/dogfooding.css'),
|
||||
],
|
||||
},
|
||||
gtag: !isDeployPreview
|
||||
? {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue