From b36ca6af6928c65f4965230052cb40a32e86279f Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 5 Mar 2024 10:08:03 +0100 Subject: [PATCH] Add address --- partials/anfrage/default.htm | 37 +++++++++++++++++++++++++----------- vite.config.js | 2 +- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/partials/anfrage/default.htm b/partials/anfrage/default.htm index 2cc5dca..4cc135e 100644 --- a/partials/anfrage/default.htm +++ b/partials/anfrage/default.htm @@ -11,6 +11,16 @@ +
+ + +
+ +
+ + +
+
@@ -21,26 +31,31 @@
+
+ + +
+ +
+ + +
+ +
+ + +
+
-
+
-
- - -
- -
- - -
-
diff --git a/vite.config.js b/vite.config.js index e56a642..ea3b20b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,7 +10,7 @@ export default ({ command }) => { return { base: command === "serve" - ? "/themes/vite-tailwind" + ? "/themes/vite-tailwind/" : "/themes/vite-tailwind/build/", /*base: `${ASSET_URL}`,*/ publicDir: "fake_dir_so_nothing_gets_copied",