Commit fde086d3 authored by Jessica Schilling's avatar Jessica Schilling

Point test at dist dir

parent f10bbf5e
...@@ -8,7 +8,7 @@ import ( ...@@ -8,7 +8,7 @@ import (
"text/template" "text/template"
) )
const templateFile = "../dir-index.html" const templateFile = "../dist/dir-index.html"
// Copied from go-ipfs/core/corehttp/gateway_indexPage.go // Copied from go-ipfs/core/corehttp/gateway_indexPage.go
type listingTemplateData struct { type listingTemplateData struct {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment