queerbeetVorstand / qb-website

https://queerbeet.org
3 stars 0 forks source link

Reimplement the common page layout (Header) #20

Open lorenzo-w opened 3 years ago

lorenzo-w commented 3 years ago

According to Next.js docs, per-page layout should be implemented via an additional object property on each page component, in order to enable client-side routing with faster loading and more stable page layout. The current layout solution should be reimplemented in this fashion.

lorenzo-w commented 3 years ago

This might also fix #17