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