Replies: 3 comments
-
I believe the answer would be to export the props you want to customize in the BaseLayout.astro component and then reference them when using . |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sean-au How did you solve this? I've started with Astro and having hard time overriding the meta in the nested layouts. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately I did not work this out. I continued with HUGO and a SEO
plugin that I wrote for Hugo. If you need more info let me know. It's very
different to Astro. Hard to compare.
…On Fri, 17 Jan 2025, 21:47 RCKT, ***@***.***> wrote:
@sean-au <https://github.com/sean-au> How did you solve this? I've
started with Astro and having hard time overriding the meta in the nested
layouts.
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARTWGA2VCZKHRBX7VJJN4Q32LDNVJAVCNFSM6AAAAABVLUNQNSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBWGU2TEOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to customize a page's SEO properties if the exists in a base layout?
Say lives in BaseLayout, and I have set up all the defaults there...
and for a page I do:
Is it possible to define additional config or overrides at this page level?
Beta Was this translation helpful? Give feedback.
All reactions