Skip to content

fix: Access multi folder structure in manifest, eg: guides/http.html#765

Draft
speeddragon wants to merge 2 commits intoimpr/gunfrom
fix/manifest_multi_path
Draft

fix: Access multi folder structure in manifest, eg: guides/http.html#765
speeddragon wants to merge 2 commits intoimpr/gunfrom
fix/manifest_multi_path

Conversation

@speeddragon
Copy link
Collaborator

@speeddragon speeddragon commented Mar 18, 2026

Accessing https://cookbook.arweave.net/guides/index.html directly return 404. This is because guides is a valid path inside cookbook manifest, and AO breaks the path into different map list.

guides/index.html is represtend by [#{<<"path">> => <<"guides">>}, #{<<"path">> => <<"index.html">>}]

This PR compact the path into a single one when inside the dev_manifest handle case.

Base automatically changed from fix/b32_subdomain to impr/gun March 18, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant