@@ -6,6 +6,6 @@ from pathlib import Path
from rwx.fs import make_directory, write
if __name__ == "__main__":
out = Path(__file__).parent / "output" / "web"
out = Path(__file__).parent / "out" / "web"
make_directory(out)
write(out / "index.html", "prj.rwx.work")
The note is not visible to the blocked user.