0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-12 19:28:43 +09:00

Change image optimization method

This commit is contained in:
2021-02-06 02:48:22 +09:00
parent 128c0ef3e2
commit f5da6d1721

5
next.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
images: {
loader: "imgix",
}
}