The article 'Autotranslate my Hugo blog with Gemini' (publish_date: 2024-02-05) is defined in etc/data.yaml with an external URL. The application attempts to serve this article via an internal route, resulting in a 404 error. This is a mismatch between data definition and routing logic. The application should either directly link to the external URL or fetch and display content internally.
The article 'Autotranslate my Hugo blog with Gemini' (publish_date: 2024-02-05) is defined in etc/data.yaml with an external URL. The application attempts to serve this article via an internal route, resulting in a 404 error. This is a mismatch between data definition and routing logic. The application should either directly link to the external URL or fetch and display content internally.