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 # - id: check-added-large-files
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.8.0 rev: 22.10.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pre-commit/mirrors-prettier - 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: hooks:
- id: prettier - id: prettier
files: "^frontend/" files: "^frontend/"
+2 -2
View File
@@ -163,8 +163,8 @@
{/if} {/if}
{#if import.meta.env.VITE_RECAPTCHA && captcha_enabled} {#if import.meta.env.VITE_RECAPTCHA && captcha_enabled}
<script <script
src="https://www.google.com/recaptcha/api.js?render={import.meta.env src="https://www.google.com/recaptcha/api.js?render={import.meta.env.VITE_RECAPTCHA}"
.VITE_RECAPTCHA}"></script> ></script>
{/if} {/if}
</svelte:head> </svelte:head>
+2 -1
View File
@@ -70,7 +70,8 @@
async="" async=""
defer="" defer=""
data-domain={plausible_data_url} 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} {/if}
</svelte:head> </svelte:head>