Skip to content

Commit 5dd2dee

Browse files
committed
cleanup
1 parent ea6d7f4 commit 5dd2dee

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ cypress/videos
3434
.next
3535
next-env.d.ts
3636
.vercel
37+
38+
.vscode/settings.json

next.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import createNextIntlPlugin from 'next-intl/plugin';
33
const withNextIntl = createNextIntlPlugin('./src/i18n/request.ts');
44

55
/** @type {import('next').NextConfig} */
6-
const nextConfig = {
7-
output: 'standalone',
8-
//assetPrefix: process.env.ASSET_PREFIX, // https://static.example.com This would be the URL to the CDN where static assets are hosted
9-
};
6+
const nextConfig = {};
107

118
export default withNextIntl(nextConfig);

0 commit comments

Comments
 (0)