Skip to content

Commit 305c8aa

Browse files
committed
Update CORS
1 parent 74d68c4 commit 305c8aa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

content/changelog/v10.3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Version 10.3.0 release notes
33
description: ""
4-
date: 2024-08-12T14:16:11.167Z
5-
lastmod: 2024-08-13T11:38:26.429Z
4+
date: 2024-08-13T13:35:51.751Z
5+
lastmod: 2024-08-13T13:35:55.642Z
66
slug: v10.3.0
77
fmContentType: changelog
88
---

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[headers]]
2+
# CORS for Giscus
3+
for = "/*"
4+
[headers.values]
5+
Access-Control-Allow-Origin = "https://giscus.app"

0 commit comments

Comments
 (0)