mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
add headers.json and fix relative singlefile path resolving for sonic
This commit is contained in:
parent
c089501073
commit
24e24934f7
2 changed files with 3 additions and 1 deletions
|
@ -427,6 +427,7 @@ class Link:
|
|||
'archive_org_path': 'https://web.archive.org/web/{}'.format(self.base_url),
|
||||
'git_path': 'git/',
|
||||
'media_path': 'media/',
|
||||
'headers_path': 'headers.json',
|
||||
}
|
||||
if self.is_static:
|
||||
# static binary files like PDF and images are handled slightly differently.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue