mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 15:54:39 +00:00
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
const { withPlausibleProxy } = require("next-plausible");
|
|
|
|
module.exports = withPlausibleProxy({
|
|
customDomain: "https://analytics.wah.su",
|
|
})({});
|