fix(web): set default path to cameras view

This commit is contained in:
Paul Armstrong 2021-01-19 20:30:11 -08:00
parent fcc9cd56cc
commit c2cf87c19a
No known key found for this signature in database
GPG Key ID: 1F24DA6C38E1FE4A
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ module.exports = {
sourcemap: false,
},
buildOptions: {
baseUrl: '/foobar/',
sourcemap: true,
},
};

View File

@ -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>