mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 22:28:36 +00:00
19 lines
448 B
Plaintext
19 lines
448 B
Plaintext
---
|
|
import '../styles/index.css';
|
|
|
|
const { BASE_URL } = import.meta.env;
|
|
const base = BASE_URL;
|
|
---
|
|
|
|
<!-- Global Metadata -->
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta name="generator" content={Astro.generator} />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="favicon.ico" />
|
|
|
|
<base href={base} />
|
|
|
|
<!-- Scrollable a11y code helper -->
|
|
<script src="./make-scrollable-code-focusable.js" is:inline></script>
|