Zeichen's app for both server and client.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

16 行
284 B

  1. module.exports = {
  2. poweredByHeader: false,
  3. devIndicators: {
  4. autoPrerender: false,
  5. },
  6. async redirects() {
  7. return [
  8. {
  9. source: '/',
  10. destination: '/notes?parentFolderId=00000000-0000-0000-000000000000',
  11. permanent: true,
  12. },
  13. ]
  14. },
  15. }