Add topic modal
This commit is contained in:
parent
aab1ad3e99
commit
24960f23b9
11 changed files with 235 additions and 172 deletions
|
@ -80,7 +80,7 @@ func (d *Dispatch) initFileServer() {
|
|||
|
||||
if cfg.Dev {
|
||||
renderIndexPage(indexTemplateData{
|
||||
Scripts: []string{"boot.js", "main.js"},
|
||||
Scripts: []string{"/boot.js", "/main.js"},
|
||||
})
|
||||
} else {
|
||||
bootloader := decompressedAsset(findAssetName("boot*.js"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue