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,
|
||||
},
|
||||
buildOptions: {
|
||||
baseUrl: '/foobar/',
|
||||
sourcemap: true,
|
||||
},
|
||||
};
|
||||
|
||||
@ -33,7 +33,7 @@ export default function App() {
|
||||
<Event path="/events/:eventId" />
|
||||
<Events path="/events" />
|
||||
<Debug path="/debug" />
|
||||
<Cameras path="/" />
|
||||
<Cameras default path="/" />
|
||||
</Router>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user