Skip to content

Commit 33e1b85

Browse files
committed
deploy, umami
1 parent 513a58e commit 33e1b85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy_gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- gh-deploy
6+
- main
77

88
jobs:
99
build_site:

src/app.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
<title>svelte realtime api</title>
1515
%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>
1618
</head>
1719
<body data-sveltekit-preload-data="hover" class="bg-black">
1820
<div style="display: contents">%sveltekit.body%</div>

0 commit comments

Comments
 (0)