[_]
This commit is contained in:
parent
5e09bdf252
commit
c292a065ef
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ func (page *Page) EditorRender(request *Request) (*ResponseEditorRender, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Render tools
|
// Render tools
|
||||||
// res.Scripts = append(res.Scripts, filepath.Join("@assets", "__render.js"))
|
res.Scripts = append(res.Scripts, filepath.Join("@assets", "__render.js"))
|
||||||
|
res.Styles = append(res.Styles, filepath.Join("@assets", "__render.css"))
|
||||||
|
|
||||||
// doc, _, err := page.Build(&BuildOption{
|
// doc, _, err := page.Build(&BuildOption{
|
||||||
// SSR: true,
|
// SSR: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue