mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #250] Is __ASSERTS_PREFIX__ a typo? #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jgonera on GitHub (Aug 9, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/250
Should it not be
__ASSETS_PREFIX__? I thought it was just a typo in the readme, but it seems it's the same in the code.@sigoden commented on GitHub (Sep 25, 2024):
@E021ntox
No, but you can custom index.html (see
--assets)@sigoden commented on GitHub (Sep 26, 2024):
@E021ntox