2
0
mirror of https://github.com/offen/website.git synced 2024-11-24 18:00:27 +01:00

deploy new offen version to staging

This commit is contained in:
Frederik Ring 2020-01-08 13:35:01 +01:00
parent b09c946206
commit 77008af86e
3 changed files with 3 additions and 3 deletions

View File

@ -69,4 +69,4 @@ PATREON_URL = 'https://www.patreon.com/offen'
LINKEDIN_URL = 'https://www.linkedin.com/company/hioffen'
TWITTER_URL = 'https://twitter.com/hioffen'
# OFFEN_ACCOUNT_ID = '9b63c4d8-65c0-438c-9d30-cc4b01173393'
OFFEN_ACCOUNT_ID = '8f7ee44a-4cd8-47f2-a77e-8c7c98d46b89'

View File

@ -16,4 +16,4 @@ DELETE_OUTPUT_DIRECTORY = True
PLUGINS += ['optimize_images']
# OFFEN_ACCOUNT_ID = '5ec8345a-2a45-4eb9-92e5-8d9e5684db58'
OFFEN_ACCOUNT_ID = None

View File

@ -28,7 +28,7 @@
<link rel="preload" href="/theme/fonts/rubik-v9-latin-regular.woff2" as="font" crossorigin>
<link rel="preload" href="/theme/fonts/rubik-v9-latin-500.woff2" as="font" crossorigin>
{% if OFFEN_ACCOUNT_ID and not no_stats %}
<script async src="/script.js" data-account-id="{{ OFFEN_ACCOUNT_ID }}"></script>
<script async src="https://analytics.offen.dev/script.js" data-account-id="{{ OFFEN_ACCOUNT_ID }}"></script>
{% endif %}
</head>
{% endblock %}