mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-27 16:06:59 +02:00
feat(v2): generate metadata via plugins (#1273)
This commit is contained in:
parent
cefee2dec1
commit
53a123cb55
8 changed files with 97 additions and 50 deletions
|
@ -82,7 +82,7 @@ module.exports = async function start(siteDir, cliOptions = {}) {
|
|||
{
|
||||
inject: false,
|
||||
hash: true,
|
||||
template: path.resolve(__dirname, '../core/devTemplate.ejs'),
|
||||
template: path.resolve(__dirname, '../core/index.html.template.ejs'),
|
||||
filename: 'index.html',
|
||||
title: siteConfig.title,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue