Skip to content

Commit

Permalink
use edge instead of experimental-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ehrlich committed Nov 13, 2023
1 parent 1e19786 commit 9f067ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/logger/pages/api/edge.ts
@@ -1,7 +1,7 @@
import { withAxiom, AxiomRequest } from 'next-axiom';

export const config = {
runtime: 'experimental-edge',
runtime: 'edge',
};

function handler(req: AxiomRequest) {
Expand Down

0 comments on commit 9f067ff

Please sign in to comment.