feat: Add page titles (#2070)

This commit is contained in:
Kyle Carberry
2022-06-06 08:34:10 -05:00
committed by GitHub
parent 3f3ecbf8b3
commit 0ac37b146d
17 changed files with 134 additions and 36 deletions

View File

@ -63,7 +63,7 @@ const config: Configuration = {
port: process.env.PORT || 8080,
proxy: {
"/api": {
target: "http://localhost:3000",
target: "https://dev.coder.com",
ws: true,
secure: false,
},