mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
style: add letter spacing to cjk header, navbar and post titles
This commit is contained in:
parent
385b5508aa
commit
9c1d2241d4
8 changed files with 25 additions and 64 deletions
|
@ -5,7 +5,6 @@ import robotsTxt from 'astro-robots-txt'
|
|||
import { defineConfig } from 'astro/config'
|
||||
import rehypeExternalLinks from 'rehype-external-links'
|
||||
import rehypeKatex from 'rehype-katex'
|
||||
import rehypeSlug from 'rehype-slug'
|
||||
import remarkDirective from 'remark-directive'
|
||||
import remarkMath from 'remark-math'
|
||||
import UnoCSS from 'unocss/astro'
|
||||
|
@ -69,7 +68,6 @@ export default defineConfig({
|
|||
remarkReadingTime,
|
||||
],
|
||||
rehypePlugins: [
|
||||
rehypeSlug,
|
||||
rehypeKatex,
|
||||
rehypeImgToFigure,
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue