Commit Graph

3 Commits

Author SHA1 Message Date
dependabot[bot] 388ade9a65
Bump next from 7.0.2 to 9.3.2
Bumps [next](https://github.com/zeit/next.js) from 7.0.2 to 9.3.2.
- [Release notes](https://github.com/zeit/next.js/releases)
- [Commits](https://github.com/zeit/next.js/compare/7.0.2...v9.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-31 09:24:02 +00:00
JP1998 625e07d256 Add server-side clean urls
This allows requests at url '/t/<code>' to be mapped to '/tournament?code=<code>'
and '/t/<code>/fullscreen' to be mapped to '/tournament-fullscreen?code=<code>'.
2018-11-07 14:15:26 +01:00
JP1998 e0f402f218 Add the initial backbone of the frontend
This commit adds all the pages that are going to exist.
2018-11-07 13:58:22 +01:00