Syntax highlighting working locally but not on Netlify

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 :slight_smile: Thanks!

Never mind. Issue is fixed once I bumped ZOLA_VERSION = 0.13.0 from 0.12.0 in netlify.toml.