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