9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-22 16:29:29 +00:00

editor: support shortened share URLs

This commit is contained in:
Anthony Donlon
2025-12-16 21:39:48 +08:00
parent e08850ba92
commit ed711a2521
4 changed files with 25 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ export default defineConfig(({ mode }) => {
server: {
port: 3000,
proxy: {
'/s': {
'/s/': {
target: 'http://localhost:5000',
},
},