We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d8fdf commit af92dbfCopy full SHA for af92dbf
src/components/Layout/Page.tsx
@@ -53,7 +53,7 @@ export function Page({
53
routeTree
54
);
55
const title = meta.title || route?.title || '';
56
- const version = meta.version || null;
+ const version = meta.version;
57
const description = meta.description || route?.description || '';
58
const isHomePage = cleanedPath === '/';
59
const isBlogIndex = cleanedPath === '/blog';
0 commit comments