aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
authorJeff Kleinaitis <jeffkleinaitis@gmail.com>2024-04-09 12:16:47 -0700
committerGitHub <noreply@github.com>2024-04-09 12:16:47 -0700
commit88a12c89a3a58dc2f9780da64964b107bcafc62e (patch)
tree0e46eef49b12dcf07c3611cdcf018134724fc86d /next.config.js
parent2374eae054935dd49adf3f0e29e8bea0876288f4 (diff)
parent85daf2a12a714dc51fb4c320bf508daf8127c125 (diff)
Merge pull request #20 from digadoo/develop
remove NextJS from project
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/next.config.js b/next.config.js
deleted file mode 100644
index cb312d3..0000000
--- a/next.config.js
+++ /dev/null
@@ -1,7 +0,0 @@
-module.exports = {
- i18n: {
- locales: ["en"],
- defaultLocale: "en",
- },
- output: "standalone",
-};