feat: add axiom
parent
a5976ec5c6
commit
599dccdcce
|
@ -13,8 +13,10 @@ const withTM = require("next-transpile-modules")([
|
||||||
"@calcom/embed-core",
|
"@calcom/embed-core",
|
||||||
"@calcom/embed-snippet",
|
"@calcom/embed-snippet",
|
||||||
]);
|
]);
|
||||||
|
const { withAxiom } = require("next-axiom");
|
||||||
|
|
||||||
module.exports = withTM({
|
module.exports = withAxiom(
|
||||||
|
withTM({
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
return {
|
return {
|
||||||
afterFiles: [
|
afterFiles: [
|
||||||
|
@ -39,4 +41,5 @@ module.exports = withTM({
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
});
|
})
|
||||||
|
);
|
||||||
|
|
Loading…
Reference in New Issue