Change server rendering

This commit is contained in:
2020-12-28 17:55:54 +01:00
parent 7c3af66f49
commit fa5cd3fb73

View File

@@ -3,7 +3,7 @@ import { Axios, Head, ColorMode, Tailwind, Translation, Content, Robots, SiteMap
export default {
head: Head,
target: 'static',
target: 'server',
server: {
host: '0.0.0.0',