Commit e2f1664a9bd797a5d6a10b15bf6b7a368b6c05b6
1 parent
ba0ed8b7
rm node nodule
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
frontend/config/main.php
... | ... | @@ -9,10 +9,10 @@ $params = array_merge( |
9 | 9 | return [ |
10 | 10 | 'id' => 'app-frontend', |
11 | 11 | 'basePath' => dirname(__DIR__), |
12 | - 'bootstrap' => [ | |
13 | - | |
14 | - 'frontend\components\SeoComponent', | |
15 | - ], | |
12 | +// 'bootstrap' => [ | |
13 | +// | |
14 | +// 'frontend\components\SeoComponent', | |
15 | +// ], | |
16 | 16 | 'controllerNamespace' => 'frontend\controllers', |
17 | 17 | 'modules' => [ |
18 | 18 | 'artbox-comment' => [ | ... | ... |