Skip to content

Commit

Permalink
fix: next.config.js lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Feb 1, 2024
1 parent 5fe27f9 commit a6caadc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const apiServerUrl = new URL(process.env.API_SERVER_URL || "");
const apiServerUrl = new URL(
process.env.API_SERVER_URL || "https://frontchapter.ir",
);

/** @type {import('next').NextConfig} */
const nextConfig = {
Expand Down

0 comments on commit a6caadc

Please sign in to comment.