mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
docs: update comments in theme guides and configuration files
This commit is contained in:
parent
bf20fb4014
commit
b72b59358b
9 changed files with 83 additions and 165 deletions
|
@ -22,7 +22,7 @@ const linkPrefetch = themeConfig.preload.linkPrefetch
|
|||
const imageHostURL = themeConfig.preload.imageHostURL
|
||||
const imageConfig = imageHostURL
|
||||
? {
|
||||
// Configure domains and remotePatterns to optimize remote images in Markdown files using  syntax (adds width and height)
|
||||
// Configure domains and remotePatterns to optimize remote images in Markdown files using  syntax
|
||||
// Docs: https://docs.astro.build/en/guides/images/#authorizing-remote-images
|
||||
image: {
|
||||
domains: [imageHostURL],
|
||||
|
@ -82,7 +82,7 @@ export default defineConfig({
|
|||
],
|
||||
],
|
||||
shikiConfig: {
|
||||
// available themes: https://shiki.style/themes
|
||||
// Available themes: https://shiki.style/themes
|
||||
themes: {
|
||||
light: 'github-light',
|
||||
dark: 'github-dark',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue