add apiUrl to head

This commit is contained in:
Sam 2024-09-10 09:14:13 +01:00
parent 4179b09e61
commit 13055a41fb
1 changed files with 3 additions and 0 deletions

View File

@ -20,4 +20,7 @@
href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet" rel="stylesheet"
/> />
<script>
const apiURL = "{{ .Site.Params.apiURL }}";
</script>
</html> </html>