Skip to content

Commit 81b135c

Browse files
Update src/render_engine_cli/cli.py
Removed override logic for site url Co-authored-by: Dan Shernicoff <dan@brassnet.biz>
1 parent 3c0abac commit 81b135c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/render_engine_cli/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ def serve(module_site: str, clean: bool, reload: bool, port: int):
198198
remove_output_folder(Path(site.output_path), console=console)
199199

200200
local_url = f"http://{server_address[0]}:{server_address[1]}"
201-
site.update_site_vars(SITE_URL=local_url)
202201
site.render(site_url=local_url)
203202

204203
handler = ServerEventHandler(

0 commit comments

Comments
 (0)