Zeichen's app for both server and client.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

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