edit index #25

Merged
UMBENOMENA merged 1 commits from UMBE into main 2024-12-01 18:40:49 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
name: Dev Pipeline
on:
pull_request:
branches: [main]
@@ -23,4 +23,4 @@ jobs:
git clean -f -d
git pull origin main
git status
bash build.sh
make prod

View File

@@ -8,7 +8,7 @@ import BannerPrice from "#content/banner-saeule.svelte";
<h1>Unsere Ausweise im Detail:</h1>
<BannerPrice client:load />
<!-- <BannerPrice client:load /> -->
</Layout>

View File

@@ -6,7 +6,7 @@ import BannerPrice from "#content/banner-saeule.svelte";
<Layout title="Energieausweis online erstellen - Online Energieausweis">
<h1>Energieausweis online erstellen</h1>
<BannerPrice client:load />
<!-- <BannerPrice client:load /> -->
</Layout>