mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-25 06:05:51 +00:00
Fix blog landing page in Japanese view
This commit is contained in:
@@ -44,6 +44,7 @@ export function blogPosts() {
|
|||||||
|
|
||||||
actions.createSharedData('blog-posts', { blogPosts: sortedPosts });
|
actions.createSharedData('blog-posts', { blogPosts: sortedPosts });
|
||||||
actions.addRouteSharedData('/blog/', 'blog-posts', 'blog-posts');
|
actions.addRouteSharedData('/blog/', 'blog-posts', 'blog-posts');
|
||||||
|
actions.addRouteSharedData('/ja/blog/', 'blog-posts', 'blog-posts');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user