| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* The overview was too big on the page, now the cover is inlined with
the project meta
* Both overview and projects listing benefits from unified covers
dimensions
|
| |
|
|
|
|
|
|
|
| |
* add `sideEffects` in package.json to activate tree shaking for
barrel files
* use dynamic imports on social links and icons
* resize social media images
* resize large project image (demo apcom)
* resize website logo
|
| | |
|
| | |
|
| | |
|
|
|
Next.js does not support the dynamic import of images. Sometimes the
images was displayed and other times the loading did not finish. So
even if I would like to keep the content in a same place, I choose to
put the projects covers inside the public directory. Then I use a
hasCover boolean to determine if the project cover need to be printed.
|