File tree 2 files changed +6
-2
lines changed
client/src/homepage/featured-articles
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
22
22
DEV_MODE ,
23
23
} from "../libs/env/index.js" ;
24
24
import { isValidLocale } from "../libs/locale-utils/index.js" ;
25
- import { DocFrontmatter , NewsItem } from "../libs/types/document.js" ;
25
+ import { DocFrontmatter , DocParent , NewsItem } from "../libs/types/document.js" ;
26
26
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
27
27
// @ts -ignore
28
28
import { renderHTML } from "../ssr/dist/main.js" ;
@@ -318,6 +318,10 @@ export async function buildSPAs(options: {
318
318
mdn_url : `/${ DEFAULT_LOCALE } /blog/${ slug } /` ,
319
319
summary : description ,
320
320
title,
321
+ tag : {
322
+ uri : `/${ DEFAULT_LOCALE } /blog/` ,
323
+ title : "Blog" ,
324
+ } satisfies DocParent ,
321
325
} ;
322
326
}
323
327
}
Original file line number Diff line number Diff line change 45
45
}
46
46
47
47
.tile-title {
48
- align-items : flex-end ;
48
+ align-items : flex-start ;
49
49
display : flex ;
50
50
flex-grow : 1 ;
51
51
font : var (--type-heading-h5 );
You can’t perform that action at this time.
0 commit comments