Skip to content

Commit

Permalink
fixed export statement for plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
thomivy committed Mar 18, 2024
1 parent 6ee032a commit f95fc55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import nextra from "nextra";
import { withPlausibleProxy } from "next-plausible";

/**
* @type {import('next').NextConfig}
Expand Down Expand Up @@ -42,4 +43,4 @@ const withNextra = nextra({

const withPlausible = require("next-plausible").withPlausibleProxy;

export default withPlausible()(withNextra(nextConfig));
export default withPlausibleProxy()(withNextra(nextConfig));

0 comments on commit f95fc55

Please sign in to comment.