Skip to content

Commit 9c443b0

Browse files
committed
✅ react helmet sort of works but need react-snap to pre-render pages so that the preivew shows while sharing links; only logo is showing description and title not working 📌 animations?
1 parent f73805d commit 9c443b0

File tree

12 files changed

+1387
-133
lines changed

12 files changed

+1387
-133
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
# Features
1717
- Dark Mode
18+
- Analytics(google analytics 4)
19+
<!-- - [WIP]Discoverable by crawlers and search engines (prerendering using react-snap) -->
1820
- Most notion blocks supported
1921
- Styles similar to notion but can be tweaked to your own taste
2022
- Search articles by
@@ -23,9 +25,7 @@
2325
- Share directly to
2426
- Twitter
2527
- WhatsApp
26-
- Clipboard
2728
- Ease of publishing and styling - Notion as a CMS
28-
- Analytics(google analytics)
2929
- Once deployed, no wrangling with code again
3030

3131
<br />

backend/settings.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,4 @@
147147

148148
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
149149

150-
CORS_ALLOWED_ORIGINS = [
151-
"http://localhost:3000",
152-
]
153-
CORS_ALLOWED_ORIGINS.append(config.get("REACT_APP_BACKEND_URI"))
150+
CORS_ORIGIN_ALLOW_ALL = True

0 commit comments

Comments
 (0)