From 0094b05957baaedf0bbf145a213766198f14af1b Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 20 Jun 2024 23:30:00 +0200 Subject: [PATCH] add path --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index e7459a8c..91c74375 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -12,6 +12,7 @@ export default defineNuxtConfig({ '/data': { target: 'http://127.0.0.1:8787/data' }, '/live': { target: 'http://127.0.0.1:8787/live' }, '/file': { target: 'http://127.0.0.1:8787/file' }, + '/hls': { target: 'http://127.0.0.1:8787/hls' }, }, },