added attribution link

This commit is contained in:
Dibyashanu Pati 2025-03-13 20:37:24 +05:30
parent b991b695c4
commit fdf1fb7faa

View file

@ -15,7 +15,8 @@ export const sharedPageComponents: SharedLayout = {
footer: Component.Footer({ footer: Component.Footer({
links: { links: {
Home: "/", Home: "/",
Blog: "/blogs/" Blog: "/blogs/",
Attributions: "/attributions/",
}, },
}), }),
} }