UNPKG

next-axiom

Version:

Send WebVitals from your Next.js project to Axiom.

6 lines (4 loc) 150 B
/** @type {import('next').NextConfig} */ const { withAxiom } = require('next-axiom'); const nextConfig = withAxiom({}); module.exports = nextConfig;