change relative path into absolute path

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 87ff591cd1
commit e7753e1c24
5 changed files with 66 additions and 10 deletions

View File

@@ -2,8 +2,3 @@
Snapshot the DOM into a stateful and serializable data structure.
Also provide the ability to rebuild the DOM via snapshot.
## TODO
- [ ] Replace any url in css rules into absolute path.
- [ ] Select a suitable build strategy.