Routing

Routing

Introduction

The website uses NextJS’ App router built on React Server Components. This is a folder based routing system. You can familiarise yourself with the Nexts routing via their docs.

Localisation

Our routes are localised using next-intl. You can read more about how this is achieved in the next-intl docs