summaryrefslogtreecommitdiff
path: root/fw
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-04-07 21:36:41 +0200
committerxengineering <me@xengineering.eu>2025-04-07 21:36:41 +0200
commit4ee031182475464fe0ecb052882fd50520e6defc (patch)
tree8189ae0fb64ded64163cfd5edc39086cc6795c42 /fw
parent1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591 (diff)
downloadiot-contact-4ee031182475464fe0ecb052882fd50520e6defc.tar
iot-contact-4ee031182475464fe0ecb052882fd50520e6defc.tar.zst
iot-contact-4ee031182475464fe0ecb052882fd50520e6defc.zip
Simplify website structure and drop HugoHEADmain
A static site generator is currently not really required. A static index.html is currently sufficient.
Diffstat (limited to 'fw')
-rw-r--r--fw/app/meson.build2
-rw-r--r--fw/btl/meson.build2
-rw-r--r--fw/sim/meson.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/fw/app/meson.build b/fw/app/meson.build
index 97c17f1..8d84209 100644
--- a/fw/app/meson.build
+++ b/fw/app/meson.build
@@ -41,5 +41,5 @@ application_signed = custom_target(
build_by_default: true,
depends: application,
install: true,
- install_dir: 'website/static',
+ install_dir: '/',
)
diff --git a/fw/btl/meson.build b/fw/btl/meson.build
index 4d80a58..c22ba3c 100644
--- a/fw/btl/meson.build
+++ b/fw/btl/meson.build
@@ -24,5 +24,5 @@ bootloader = custom_target('bootloader',
],
build_by_default: true,
install: true,
- install_dir: 'website/static',
+ install_dir: '/',
)
diff --git a/fw/sim/meson.build b/fw/sim/meson.build
index a4dcb8a..7667f9b 100644
--- a/fw/sim/meson.build
+++ b/fw/sim/meson.build
@@ -23,5 +23,5 @@ simulation = custom_target(
],
build_by_default: true,
install: true,
- install_dir: 'website/static',
+ install_dir: '/',
)