satnaing / astro-paper

A minimal, accessible and SEO-friendly Astro blog theme
https://astro-paper.pages.dev/
MIT License
2.12k stars 440 forks source link

fix: avoid `undefined` when passing class-name as prop #270

Open 87xie opened 4 months ago

87xie commented 4 months ago

What

Avoid undefined when passing className as a prop, and trimming will remove any extra spacing.

Before

image

image

After

image

image