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 513a58e commit 33e1b85Copy full SHA for 33e1b85
.github/workflows/deploy_gh_pages.yml
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches:
6
- - gh-deploy
+ - main
7
8
jobs:
9
build_site:
src/app.html
@@ -13,6 +13,8 @@
13
14
<title>svelte realtime api</title>
15
%sveltekit.head%
16
+
17
+ <script defer src="https://umami-wispy-dream-8048.fly.dev/script.js" data-website-id="e6166872-1b90-4b72-8f63-683b95fc010f" data-domains="flo-bit.dev"></script>
18
</head>
19
<body data-sveltekit-preload-data="hover" class="bg-black">
20
<div style="display: contents">%sveltekit.body%</div>
0 commit comments