Skip to content

Commit f70f429

Browse files
authored
Merge pull request #82 from upsidedownlabs/revert-81-main
Revert "This PR introduces new features and enhancements for real-time EEG signal processing."
2 parents 9dd33bc + 26a4f28 commit f70f429

File tree

14 files changed

+173
-4783
lines changed

14 files changed

+173
-4783
lines changed

next.config.mjs

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
2-
import nextPwa from 'next-pwa';
3-
41
/** @type {import('next').NextConfig} */
5-
const withPWA = nextPwa({
6-
dest: 'public',
7-
register: true,
8-
skipWaiting: true,
9-
});
10-
11-
const config = {
2+
const nextConfig = {
123
reactStrictMode: true,
13-
output: "export", // Ensures it works with static export
14-
basePath: "/",
15-
assetPrefix: "/Chords-Web/",
4+
output: 'export', // This is key for static export
165
images: {
176
unoptimized: true,
187
remotePatterns: [
@@ -22,7 +11,6 @@ const config = {
2211
},
2312
],
2413
},
25-
...withPWA,
2614
};
27-
28-
export default config;
15+
/* module.exports = nextConfig*/
16+
export default nextConfig;

0 commit comments

Comments
 (0)