mirror of
https://github.com/offen/website.git
synced 2024-11-25 02:10:26 +01:00
deploy new offen version to staging
This commit is contained in:
parent
b09c946206
commit
77008af86e
@ -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'
|
||||
|
@ -16,4 +16,4 @@ DELETE_OUTPUT_DIRECTORY = True
|
||||
|
||||
PLUGINS += ['optimize_images']
|
||||
|
||||
# OFFEN_ACCOUNT_ID = '5ec8345a-2a45-4eb9-92e5-8d9e5684db58'
|
||||
OFFEN_ACCOUNT_ID = None
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user