You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
- Links to direct CIDs now have ?filename= param to preserve name and content type
- When page is loaded on DNSLink website (based on Host header) then
there is no public gateway endpoint.
As a replacement, clicking on a CID opens it at cid.ipfs.io
Context: #42Closes#42
Copy file name to clipboardExpand all lines: package.json
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
"license": "MIT",
18
18
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
19
19
"scripts": {
20
+
"start": "cd test && go run .",
20
21
"build": "npm run build:clean && npm run build:remove-style-links && npm run build:minify-wrap-css && npm run build:combine-html-css && npm run build:remove-unused",
0 commit comments