feat: add support bundle notice to viewer
This commit is contained in:
@@ -62,7 +62,7 @@ func newHandler(opts HandlerOptions) http.Handler {
|
||||
return
|
||||
}
|
||||
|
||||
page, err := buildPageData([]byte(payload), title)
|
||||
page, err := buildPageData([]byte(payload), title, RenderOptions{})
|
||||
if err != nil {
|
||||
if opts.Standalone {
|
||||
html, renderErr := web.RenderUpload(pageData{
|
||||
|
||||
Reference in New Issue
Block a user