We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c785865 commit b802157Copy full SHA for b802157
next.config.js
@@ -173,6 +173,7 @@ const config = {
173
},
174
]
175
176
+ typedRoutes: true,
177
}
178
179
const withBundleAnalyzer = nextBundleAnalyzer({
src/pages/blog/_meta.tsx
@@ -34,7 +34,7 @@ export default {
34
</BlogCardPicture>
35
</div>
36
37
- <h1 className="typography-d1 !mt-3 text-balance !text-left">
+ <h1 className="typography-d1 text-balance !text-left xl:!mb-5">
38
{title}
39
</h1>
40
<div className="typography-menu flex flex-col justify-center gap-2">
0 commit comments