| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(build): handle Next.js errors and warnings during build | Armand Philippot | 2023-12-16 | 1 | -2/+11 |
| | | | | | | | | | | | | | * extract Blog component from BlogPage (paginated) and extract Article component from ArticlePage to avoid `Cannot read properties` errors due to fallback route * fix sitemap build (cjs not supported) * fix eslint warnings (react/jsx-no-literals) * update `start` script since I'm using standalone output * update `postbuild` script since we need to copy public and static files to standalone directory (Next.js does not handle it itself because we should use a CDN...) | ||||
| * | refactor(components): extract MainNav component from toolbar | Armand Philippot | 2023-11-11 | 1 | -0/+47 |
