You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
236 B

  1. const path = require('path')
  2. module.exports = {
  3. sassOptions: {
  4. includePaths: [path.join(__dirname, 'styles')],
  5. },
  6. trailingSlash: true,
  7. i18n: {
  8. locales: ['en', 'ar'],
  9. defaultLocale: 'en',
  10. },
  11. }