From 4ee031182475464fe0ecb052882fd50520e6defc Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 7 Apr 2025 21:36:41 +0200 Subject: Simplify website structure and drop Hugo A static site generator is currently not really required. A static index.html is currently sufficient. --- pcb/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcb/meson.build') diff --git a/pcb/meson.build b/pcb/meson.build index 7f8b85f..f320aae 100644 --- a/pcb/meson.build +++ b/pcb/meson.build @@ -20,7 +20,7 @@ schematic = custom_target('schematic', depend_files: schematic_files, build_by_default: true, install: true, - install_dir: 'website/static', + install_dir: '/', ) bom = custom_target('bom', @@ -38,5 +38,5 @@ bom = custom_target('bom', depend_files: schematic_files, build_by_default: true, install: true, - install_dir: 'website/static', + install_dir: '/', ) -- cgit v1.2.3-70-g09d2