chore: fix sigma import

This commit is contained in:
Pooya Parsa 2021-01-20 13:40:17 +01:00
parent 454b8c332c
commit 588e09cf10
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ function normalizeConfig (_options: CliConfiguration) {
// Sigma
options.appTemplatePath = path.resolve(options.appDir, '_templates/views/document.template.html') // SIGMA TODO
options._majorVersion = 3
options._modules.push('@nuxt/sigma/src')
options._modules.push('@nuxt/sigma')
return options
}