Compare commits
2 Commits
61e7f5d5b4
...
0e80f4e4d7
Author | SHA1 | Date | |
---|---|---|---|
0e80f4e4d7 | |||
b9d8d5ca28 |
@ -11,6 +11,9 @@ export default defineConfig({
|
|||||||
imageService: "compile",
|
imageService: "compile",
|
||||||
}),
|
}),
|
||||||
integrations: [icon(), sitemap()],
|
integrations: [icon(), sitemap()],
|
||||||
|
build: {
|
||||||
|
inlineStylesheets: "always",
|
||||||
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
remarkPlugins: [remarkReadingTime],
|
remarkPlugins: [remarkReadingTime],
|
||||||
},
|
},
|
||||||
|
@ -18,6 +18,10 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY"
|
|||||||
color: $colorText;
|
color: $colorText;
|
||||||
display: block;
|
display: block;
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
|
|
||||||
|
&:visited {
|
||||||
|
color: $colorText;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user