Use the image server

This commit is contained in:
2019-05-05 14:35:08 +09:00
parent dc322dd365
commit 84aa612345
4 changed files with 29 additions and 22 deletions

View File

@ -61,7 +61,7 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
if user != nil
#user(data-id=user.ID, data-pro=user.IsPro(), data-theme=user.Settings().Theme)
script(src="/scripts", importance="high")
script(src="/scripts", importance="high", crossorigin="anonymous")
script(type="application/ld+json")!= organization
component Content(content string)