Zeichen's app for both server and client.
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.
 
 
 

16 lines
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. }