mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-31 16:25:26 +03:00
fix(web): set default path to cameras view
This commit is contained in:
parent
fcc9cd56cc
commit
c2cf87c19a
@ -26,6 +26,7 @@ module.exports = {
|
|||||||
sourcemap: false,
|
sourcemap: false,
|
||||||
},
|
},
|
||||||
buildOptions: {
|
buildOptions: {
|
||||||
|
baseUrl: '/foobar/',
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@ -33,7 +33,7 @@ export default function App() {
|
|||||||
<Event path="/events/:eventId" />
|
<Event path="/events/:eventId" />
|
||||||
<Events path="/events" />
|
<Events path="/events" />
|
||||||
<Debug path="/debug" />
|
<Debug path="/debug" />
|
||||||
<Cameras path="/" />
|
<Cameras default path="/" />
|
||||||
</Router>
|
</Router>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user