Hey! Decided to brush up my Zola blog but realized that syntax highlighting for code blocks works locally but not when I push the changes to Netlify:
Example page: https://www.nahua.dev/posts/open-source-walk-through-with-rust-seaorm/
Config ([link](https://github.com/nahuakang/nahua.dev/blob/master/config.toml)
):
[markdown]
highlight_code = true
highlight_theme = "gruvbox-dark"
render_emoji = true
CSS for code: nahua.dev/style.scss at master · nahuakang/nahua.dev · GitHub
Any tips would be appreciated Thanks!