diff --git a/public/fonts/Seven-Segment.woff b/public/fonts/Seven-Segment.woff new file mode 100644 index 0000000..5a388a9 Binary files /dev/null and b/public/fonts/Seven-Segment.woff differ diff --git a/public/fonts/Seven-Segment.woff2 b/public/fonts/Seven-Segment.woff2 new file mode 100644 index 0000000..7c7e36f Binary files /dev/null and b/public/fonts/Seven-Segment.woff2 differ diff --git a/src/pages/binary.astro b/src/pages/binary.astro index ac5a611..d4e91a5 100644 --- a/src/pages/binary.astro +++ b/src/pages/binary.astro @@ -1,5 +1,13 @@ --- import "../styles/binary.css"; + +// ✅ Vite-bundled JS URL (works in dev + build + preview) +import binaryScriptUrl from "../scripts/binary.js?url"; + +// If you already have a site-wide Layout that adds header/footer, +// wrap the page with it here. +// Example (uncomment and adjust if you have it): +// import Layout from "../layouts/Layout.astro"; --- @@ -11,26 +19,31 @@ import "../styles/binary.css";
- +