From 067e52bc973931680da025b4f012f92f94bdbe53 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 14 Nov 2025 08:35:35 +0100 Subject: fix(build): move src files to src/ The nix derivation src didn't use lib.cleanSource. Putting the source files into a separate directory is even better since it avoids unnecessary rebuilds. --- src/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/index.html (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..a3a747d --- /dev/null +++ b/src/index.html @@ -0,0 +1,26 @@ + + + + Share a geographic position + + +
+ + + + + -- cgit v1.3.1