summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/next.config.js
AgeCommit message (Collapse)Author
2021-07-15refactor(ui): Extract OpenDC landing page from web interfaceFabian Mastenbroek
This change extracts the landing page from the web interface in order to separate the development of the two. This allows the landing page to be developed independently of the actual OpenDC web application.
2021-07-05ui: Add support for linting via ESLintFabian Mastenbroek
2021-06-29ui: Enable React Strict Mode via Next.jsFabian Mastenbroek
This change enables React Strict Mode via Next.js configuration in order to highlight potential problems with the web application.