1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-14 16:40:50 -05:00

remove css reset as a dependency

This commit is contained in:
2025-04-08 19:52:54 -04:00
parent 30b6e02b83
commit 84702aeab1
24 changed files with 297 additions and 254 deletions

View File

@@ -14,7 +14,6 @@ export const size = {
};
// generate and cache these images at build-time for each slug, since doing this on-demand is mega slow...
export const dynamic = "force-static";
export const dynamicParams = false;
export const generateStaticParams = async () => {

View File

@@ -20,7 +20,7 @@
display: inline-block;
width: 1.2em;
height: 1.2em;
vertical-align: -0.25em;
vertical-align: -0.225em;
margin-right: 0.6em;
}