Skip to content

Commit 2714091

Browse files
committed
Refactor Next.js configuration and remove GitHub Actions workflow
- Removed DATABASE_URL environment variable from next.config.js to streamline configuration. - Deleted obsolete GitHub Actions workflow file for deploying Next.js site to GitHub Pages, simplifying CI/CD setup.
1 parent 85d0dea commit 2714091

File tree

2 files changed

+0
-108
lines changed

2 files changed

+0
-108
lines changed

.github/workflows/nextjs.yml

-104
This file was deleted.

next.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ const config = {
1212
eslint: {
1313
ignoreDuringBuilds: true,
1414
},
15-
env: {
16-
DATABASE_URL: process.env.DATABASE_URL,
17-
},
18-
output: "export",
1915
};
2016

2117
export default config;

0 commit comments

Comments
 (0)