summaryrefslogtreecommitdiffstats
path: root/model/manifest.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/manifest.go')
-rw-r--r--model/manifest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/manifest.go b/model/manifest.go
index e4ed6e4ef..705cc740e 100644
--- a/model/manifest.go
+++ b/model/manifest.go
@@ -188,7 +188,7 @@ func (m *Manifest) ClientManifest() *Manifest {
if cm.Webapp != nil {
cm.Webapp = new(ManifestWebapp)
*cm.Webapp = *m.Webapp
- cm.Webapp.BundlePath = "/static/" + m.Id + "_bundle.js"
+ cm.Webapp.BundlePath = "/static/" + m.Id + "/" + m.Id + "_bundle.js"
}
return cm
}