diff --git a/404.html b/404.html
deleted file mode 120000
index aae21ba..0000000
--- a/404.html
+++ /dev/null
@@ -1 +0,0 @@
-/var/www/html/404.html
\ No newline at end of file
diff --git a/generate.py b/generate.py
index d8291ef..b6cb0a9 100644
--- a/generate.py
+++ b/generate.py
@@ -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:
diff --git a/html b/html
deleted file mode 120000
index e5fb9d0..0000000
--- a/html
+++ /dev/null
@@ -1 +0,0 @@
-/var/www/html/
\ No newline at end of file