Monorepo containing core modules of Zeichen.
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
237 B

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