Skip to content

Commit 1e354d1

Browse files
committed
upd: release report 2025
1 parent aa9c25e commit 1e354d1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

vite.config.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ export default defineConfig({
1111
'@': fileURLToPath(new URL('./src', import.meta.url)),
1212
},
1313
},
14-
server: {
15-
host: '127.0.0.1',
16-
proxy: {
17-
'/onlinejudge3/api': {
18-
target: 'https://oj.sdutacm.cn',
19-
changeOrigin: true,
20-
rewrite: (path) => path.replace(/^\/onlinejudge3\/api/, '/onlinejudge3/api'),
21-
},
22-
}
23-
},
14+
// server: {
15+
// host: '127.0.0.1',
16+
// proxy: {
17+
// '/onlinejudge3/api': {
18+
// target: 'https://oj.sdutacm.cn',
19+
// changeOrigin: true,
20+
// rewrite: (path) => path.replace(/^\/onlinejudge3\/api/, '/onlinejudge3/api'),
21+
// },
22+
// }
23+
// },
2424
experimental: {
2525
renderBuiltUrl(filename) {
2626
let cdnUrl = process.env.CDN_URL || '/oj-annual-report-2025';

0 commit comments

Comments
 (0)