mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
10 lines
216 B
JavaScript
10 lines
216 B
JavaScript
const { withPlausibleProxy } = require("next-plausible");
|
|
|
|
module.exports = withPlausibleProxy({
|
|
customDomain: "https://analytics.wah.su",
|
|
})({
|
|
reactStrictMode: false,
|
|
images: {
|
|
unoptimized: true,
|
|
},
|
|
});
|