Skip to content

Commit 9093623

Browse files
committed
chore: Remove link to favicon that doesn't exist
1 parent b9a6182 commit 9093623

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
sentry_sdk.init(
236236
dsn=os.getenv("SENTRY_DSN"),
237237
integrations=[DjangoIntegration()],
238-
traces_sample_rate=0, # The Sentry plan does not include Performance.
238+
traces_sample_rate=1.0,
239239
)
240240

241241
COVE_CONFIG = {

cove_oc4ids/templates/cove_oc4ids/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% load static %}
44

55
{% block after_head %}
6-
<link rel="shortcut icon" href="{% static 'favicon.ico' %}">
76
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
87
<script>try{Typekit.load({ async: true });}catch(e){}</script>
98
{% include "cove_oc4ids/fathom.html" %}

0 commit comments

Comments
 (0)