We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3c5446 + 07e218c commit aeccdc3Copy full SHA for aeccdc3
.xquare/config.yaml
@@ -4,5 +4,5 @@ config:
4
port: 3000
5
host: 0.0.0.0
6
domain:
7
- prod: pick-teacher.xquare.app
8
- stag: pick-teacher-stag.xquare.app
+ prod: pick-teacher.dsmhs.kr
+ stag: pick-teacher-stag.dsmhs.kr
vite.config.ts
@@ -12,8 +12,8 @@ export default defineConfig({
12
host: "0.0.0.0",
13
port: 3000,
14
allowedHosts: [
15
- "pick-teacher-stag.xquare.app",
16
- "pick-teacher.xquare.app",
+ "pick-teacher-stag.dsmhs.kr",
+ "pick-teacher.dsmhs.kr",
17
],
18
},
19
resolve: {
0 commit comments