diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8a659b9..4ace137 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -11,6 +11,7 @@ export interface Props { } const { title } = Astro.props; +const rybbitSiteId = "3"; --- @@ -47,6 +48,15 @@ const { title } = Astro.props; content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool." /> +