DOVER123 opened this issue 6 years ago · 1 comments
css引用在部署的连接错误,更改layout.pug中样式的href为url_for(url)。 link(rel='stylesheet', href=url_for(url)) link(rel="icon", href=url_for(theme.favicon))
link(rel='stylesheet', href=url_for(url)) link(rel="icon", href=url_for(theme.favicon))
感谢指出,已更改