Merge remote-tracking branch 'origin/master'

This commit is contained in:
Mawoka
2022-10-17 15:20:25 +02:00
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ repos:
# - id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.0-alpha.0' # Use the sha / tag you want to point at
rev: 'v3.0.0-alpha.1' # Use the sha / tag you want to point at
hooks:
- id: prettier
files: "^frontend/"
+2 -2
View File
@@ -163,8 +163,8 @@
{/if}
{#if import.meta.env.VITE_RECAPTCHA && captcha_enabled}
<script
src="https://www.google.com/recaptcha/api.js?render={import.meta.env
.VITE_RECAPTCHA}"></script>
src="https://www.google.com/recaptcha/api.js?render={import.meta.env.VITE_RECAPTCHA}"
></script>
{/if}
</svelte:head>
+2 -1
View File
@@ -70,7 +70,8 @@
async=""
defer=""
data-domain={plausible_data_url}
src="https://sugar.mawoka.eu.org/js/plausible.hash.outbound-links.js"></script>
src="https://sugar.mawoka.eu.org/js/plausible.hash.outbound-links.js"
></script>
{/if}
</svelte:head>