edit index
This commit is contained in:
4
.github/workflows/dev-pipeline.yml
vendored
4
.github/workflows/dev-pipeline.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: Dev Pipeline
|
name: Dev Pipeline
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
@@ -23,4 +23,4 @@ jobs:
|
|||||||
git clean -f -d
|
git clean -f -d
|
||||||
git pull origin main
|
git pull origin main
|
||||||
git status
|
git status
|
||||||
bash build.sh
|
make prod
|
||||||
@@ -8,7 +8,7 @@ import BannerPrice from "#content/banner-saeule.svelte";
|
|||||||
|
|
||||||
<h1>Unsere Ausweise im Detail:</h1>
|
<h1>Unsere Ausweise im Detail:</h1>
|
||||||
|
|
||||||
<BannerPrice client:load />
|
<!-- <BannerPrice client:load /> -->
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import BannerPrice from "#content/banner-saeule.svelte";
|
|||||||
|
|
||||||
<Layout title="Energieausweis online erstellen - Online Energieausweis">
|
<Layout title="Energieausweis online erstellen - Online Energieausweis">
|
||||||
<h1>Energieausweis online erstellen</h1>
|
<h1>Energieausweis online erstellen</h1>
|
||||||
<BannerPrice client:load />
|
<!-- <BannerPrice client:load /> -->
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user