fix subdomain

This commit is contained in:
2026-07-10 22:28:25 +02:00
parent ea1f25ca6e
commit 8385034c27
+1 -1
View File
@@ -8,4 +8,4 @@ from rwx.fs import make_directory, write
if __name__ == "__main__":
out = Path(__file__).parent / "out" / "web"
make_directory(out)
write(out / "index.html", "prj.rwx.work")
write(out / "index.html", "project.rwx.work")