Cleanup video player and use consistently across recordings and events.

This commit is contained in:
Jason Hunter
2021-06-10 15:02:43 -04:00
committed by Blake Blackshear
parent e8c342e162
commit b70c11e7a7
6 changed files with 121 additions and 83 deletions

View File

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