Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fix: missing import to next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed May 18, 2024
1 parent a625dfc commit daae995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const path = require("path");

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
Expand Down

0 comments on commit daae995

Please sign in to comment.