Updated to use siteOptions object
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
committed by
Renan Mendes Carvalho
parent
15b6eaf533
commit
943c245b6f
@@ -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!');
|
||||
|
||||
Reference in New Issue
Block a user