First pass at the emoji picker
This commit is contained in:
Gabe Kangas
2022-05-26 18:59:16 -07:00
parent 1d213b71d4
commit 8ed01ed4da
7 changed files with 80 additions and 47 deletions

View File

@@ -23,7 +23,7 @@ module.exports = withLess({
},
{
source: '/img/:path*',
destination: 'http://localhost:8080/hls/:path*', // Proxy to Backend to work around CORS.
destination: 'http://localhost:8080/img/:path*', // Proxy to Backend to work around CORS.
},
{
source: '/logo',