Compare commits

...

2 Commits

Author SHA1 Message Date
0e80f4e4d7
Updated styles build config
All checks were successful
Test / test (pull_request) Successful in 52s
Test / test (push) Successful in 59s
2024-09-18 00:41:02 +00:00
b9d8d5ca28
Fixed visited link 2024-09-18 00:38:54 +00:00
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,9 @@ export default defineConfig({
imageService: "compile",
}),
integrations: [icon(), sitemap()],
build: {
inlineStylesheets: "always",
},
markdown: {
remarkPlugins: [remarkReadingTime],
},

View File

@ -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 {