Skip to content

Commit

Permalink
deploy, umami
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-bit committed Dec 21, 2024
1 parent 513a58e commit 33e1b85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- gh-deploy
- main

jobs:
build_site:
Expand Down
2 changes: 2 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<title>svelte realtime api</title>
%sveltekit.head%

<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>
</head>
<body data-sveltekit-preload-data="hover" class="bg-black">
<div style="display: contents">%sveltekit.body%</div>
Expand Down

0 comments on commit 33e1b85

Please sign in to comment.