Skip to content

Commit

Permalink
chore: disable replace
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Dec 9, 2023
1 parent 23b5a12 commit e256a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board-cache/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def fetch_html(fetch_item: config.FetchItem):
os.makedirs(saved_dir)

html = resp.text
html = replace_html(html, fetch_item)
html = replace_assets_url(html)
# html = replace_html(html, fetch_item)
# html = replace_assets_url(html)
html = minify_html(html)

saved_file = os.path.join(saved_dir, "index.html")
Expand Down

0 comments on commit e256a0d

Please sign in to comment.