mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Set next setting to not try to optimize images
This commit is contained in:
parent
628d70e37c
commit
42facacd24
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ module.exports = withBundleAnalyzer(
|
|||
withLess({
|
||||
trailingSlash: true,
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/i,
|
||||
|
|
Loading…
Reference in a new issue