Skip to content

Commit

Permalink
Update live.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassejoe committed Oct 9, 2024
1 parent e9f4338 commit ca01b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

from livereload import Server, shell
server = Server()
server.watch('build*.html')
server.watch('build/*.html')
server.serve(root="build", open_url_delay=4)

0 comments on commit ca01b53

Please sign in to comment.