remove symlinks

This commit is contained in:
nebula 2025-04-07 23:50:47 +00:00
parent 3f1b628848
commit bbcf752b98
3 changed files with 2 additions and 4 deletions

View File

@ -1 +0,0 @@
/var/www/html/404.html

View File

@ -163,8 +163,8 @@ def render_gemini_places():
}))
def copy_files():
call("cp js/* html/js/", shell=True)
call("cp style.css html/style.css", shell=True)
call(f"cp js/* {out_dir}js/", shell=True)
call(f"cp style.css {out_dir}style.css", shell=True)
if __name__ == "__main__":
try:

1
html
View File

@ -1 +0,0 @@
/var/www/html/