Wilfried Kakou
Wilfried Kakou
In your settings.php file : - Comment line 788 : **#$config_directories['sync'] = '../config/sync';**. - Add this line at the bottom $config_directories = array( CONFIG_SYNC_DIRECTORY => 'sites/default/filess/config_HASH', ); More information [here](https://www.drupal.org/docs/8/configuration-management/changing-the-storage-location-of-the-sync-directory)
Add this to your file types/modules/@nuxtjs/onesignal.d.ts ``` declare module 'onesignal-web-sdk/src/OneSignal' { enum InFocusDisplayOption { none = 0, inAppAlert = 1, notification = 2 } enum LogLevel { None = 0,...