fork and modify dockerfile for prod

This commit is contained in:
2024-02-09 10:53:19 +01:00
commit 4d231a3ce8
21 changed files with 721 additions and 0 deletions

9
_includes/analytics.html Normal file
View File

@@ -0,0 +1,9 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9HEJ7S2Z7V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9HEJ7S2Z7V');
</script>