-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: deployment test * feat: test * Update nextjs.yml * fix: lint * Update nextjs.yml * Update nextjs.yml * Update nextjs.yml * fix: remove package-lock for githubactions * fix: test deploy * fix: next js new yaml file * fix: test 2 * fix: test fix * fix: test * fix : test 3 * fix: test 11 * test * test sds * fix: test3 * Feat: added multiple chart from github * feat: added config for output:export * fix: config file * fix: test * Update nextjs.yml * updated nextjs github actions --------- Co-authored-by: Varun <[email protected]> Co-authored-by: Deepak Pradhan (Varun) <[email protected]>
- Loading branch information
1 parent
2c388cb
commit 3c5c5fb
Showing
10 changed files
with
919 additions
and
5,519 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/** @type {import('next').NextConfig} */ | ||
const nextConfig = {} | ||
const nextConfig = { | ||
output: "export", | ||
}; | ||
|
||
module.exports = nextConfig | ||
module.exports = nextConfig; |
Oops, something went wrong.