Skip to content

Commit 982e192

Browse files
committed
use module script type for global-privacy-control script
to fix error about using import statement
1 parent fdad3b9 commit 982e192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<script
3838
async
3939
src="https://www.maxmind.com/js/global-privacy-control.js"
40+
type="module"
4041
></script>
4142
{{ template "_internal/opengraph.html" . }}
4243
</head>

0 commit comments

Comments
 (0)