Skip to content

Commit

Permalink
config added
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazzeldorn committed Oct 28, 2023
1 parent 3c21ecd commit 5b6cd95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
pyvenv.cfg
backend/__pycache__/db_controller.cpython-310.pyc
backend/__pycache__/task_handling.cpython-310.pyc
*.pyc
7 changes: 5 additions & 2 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}

module.exports = nextConfig
const nextConfig = {
API_URL: "https://jsonplaceholder.typicode.com/posts/",
};

module.exports = nextConfig;

0 comments on commit 5b6cd95

Please sign in to comment.