您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

12 行
276 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. productionBrowserSourceMaps: true,
  12. }