When building make sure to set an environment variable for BASE_URL For example for the CTF deployment it is: BASE_URL=https://ctf-game.pages.dev
Run the non-mutating checks before opening a pull request:
yarn lint:check
yarn buildUse yarn lint to apply Prettier formatting and ESLint autofixes.