forked from Github/frigate
Cleanup video player and use consistently across recordings and events.
This commit is contained in:
committed by
Blake Blackshear
parent
e8c342e162
commit
b70c11e7a7
@@ -4,7 +4,7 @@ module.exports = {
|
||||
src: { url: '/dist' },
|
||||
},
|
||||
plugins: ['@snowpack/plugin-postcss', '@prefresh/snowpack', 'snowpack-plugin-hash'],
|
||||
routes: [{ match: 'routes', src: '.*', dest: '/index.html' }],
|
||||
routes: [{ match: 'all', src: '(?!.*(.svg|.gif|.json|.jpg|.jpeg|.png|.js)).*', dest: '/index.html' }],
|
||||
optimize: {
|
||||
bundle: false,
|
||||
minify: true,
|
||||
|
||||
Reference in New Issue
Block a user