We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571c0c3 commit 16d0294Copy full SHA for 16d0294
src/pages/index.astro
@@ -28,7 +28,10 @@ import AutomationsPreview from "../components/AutomationsPreview.astro"
28
name="description"
29
content="The creative platform for cross-functional newsletter and notification workflows. Open-source, powerful, and built for teams."
30
/>
31
- <script defer data-domain="notifuse.com" src="https://plausible-analytics-ce-production-5f11.up.railway.app/js/script.js"></script>
+ <script
32
+ defer
33
+ data-domain="notifuse.com"
34
+ src="https://plausible.notifuse.com/js/script.js"></script>
35
</head>
36
<body class="bg-white-98">
37
<div class="container relative border-r border-l border-gray-200">
0 commit comments