Updated to use siteOptions object

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-01-10 13:54:02 -06:00
committed by Renan Mendes Carvalho
parent 15b6eaf533
commit 943c245b6f
6 changed files with 18 additions and 15 deletions
@@ -106,7 +106,7 @@ export default async function generate(opts: OptionValues) {
logger,
etag: opts.etag,
...(process.env.LOG_LEVEL === 'debug' ? { logStream: stdout } : {}),
siteName: opts.siteName,
siteOptions: { name: opts.siteName },
});
logger.info('Done!');