fix: use correct fallback image path for legacy articles
This commit is contained in:
@@ -49,7 +49,7 @@ interface PersonaJoin {
|
||||
avatar_url: string | null;
|
||||
}
|
||||
|
||||
const FALLBACK_IMAGE = "/legacy/site/no_image.png";
|
||||
const FALLBACK_IMAGE = "/assets/images/article-placeholder.svg";
|
||||
const REWRITE_FALLBACK_IMAGE = "/assets/images/article-placeholder.svg";
|
||||
|
||||
type Section = Article["section"];
|
||||
|
||||
Reference in New Issue
Block a user