add apiUrl to head
This commit is contained in:
parent
4179b09e61
commit
13055a41fb
|
@ -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"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script>
|
||||
const apiURL = "{{ .Site.Params.apiURL }}";
|
||||
</script>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue