Skip to content

Commit

Permalink
again 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWid committed Oct 27, 2024
1 parent 6b6d0e3 commit e900182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: ../../layouts/Base.astro
title: Better SSE
description: Dead simple, dependency-less, spec-compliant server-sent events implementation for Node, written in TypeScript.
template: splash
Expand Down
2 changes: 2 additions & 0 deletions docs/src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ const ANALYTICS_WEBSITE_ID = import.meta.env.PUBLIC_ANALYTICS_WEBSITE_ID;
/>
)
}
<span id="analytics-script-url">ANALYTICS_SCRIPT_URL: {ANALYTICS_SCRIPT_URL}</span>
<span id="analytics-website-id">ANALYTICS_WEBSITE_ID: {ANALYTICS_WEBSITE_ID}</span>
<slot />

0 comments on commit e900182

Please sign in to comment.