Don't set the public url

This only caused all links to go to https://tlater.net. I'd rather
have relative links.
This commit is contained in:
Tristan Daniël Maat 2020-05-30 20:37:42 +01:00
parent 89b8a3cf91
commit 9ed5274b92
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -44,8 +44,7 @@
"not dead"
]
},
"distDir": "dist",
"publicUrl": "https://tlater.net"
"distDir": "dist"
}
}
}