Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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/"
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user