0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Change image optimization method

This commit is contained in:
yude 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",
}
}