Skip to content

Commit

Permalink
feat(platform/frontend) Remove dotenv (#8459)
Browse files Browse the repository at this point in the history
remove dotenv
  • Loading branch information
aarushik93 authored Oct 28, 2024
1 parent b2972cc commit 525b894
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions autogpt_platform/frontend/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
import { withSentryConfig } from "@sentry/nextjs";
import dotenv from "dotenv";

// Load environment variables
dotenv.config();

/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
NEXT_PUBLIC_AGPT_SERVER_URL: process.env.NEXT_PUBLIC_AGPT_SERVER_URL,
NEXT_PUBLIC_AGPT_MARKETPLACE_URL:
process.env.NEXT_PUBLIC_AGPT_MARKETPLACE_URL,
},
images: {
domains: ["images.unsplash.com"],
},
Expand Down

0 comments on commit 525b894

Please sign in to comment.