mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Set next setting to not try to optimize images
This commit is contained in:
parent
628d70e37c
commit
42facacd24
@ -7,6 +7,9 @@ module.exports = withBundleAnalyzer(
|
|||||||
withLess({
|
withLess({
|
||||||
trailingSlash: true,
|
trailingSlash: true,
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
images: {
|
||||||
|
unoptimized: true,
|
||||||
|
},
|
||||||
webpack(config) {
|
webpack(config) {
|
||||||
config.module.rules.push({
|
config.module.rules.push({
|
||||||
test: /\.svg$/i,
|
test: /\.svg$/i,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user