gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source
https://gno.land/
Other
842 stars 343 forks source link

[gnoweb] Clicking the `gno.mod` source on realms returns 404 #2277

Closed RezaRahemtola closed 3 weeks ago

RezaRahemtola commented 4 weeks ago

gno.mod

Description

When browsing a realm on gno.land, when clicking on the gno.mod file of the sources, it returns a 404 error.

Example with https://gno.land/r/gnoland/blog/gno.mod image

This only occurs for realms and not packages.

Your environment

Both locally with gnodev and in https://gno.land

Steps to reproduce

Expected behaviour

It should display the content of the file

Actual behaviour

It returns a 404 error

Proposed solution

Fix incoming in a PR