fullstuckdev commited on
Commit
08b4b68
·
verified ·
1 Parent(s): 9baa557

Update next.config.ts

Browse files
Files changed (1) hide show
  1. next.config.ts +0 -10
next.config.ts CHANGED
@@ -1,16 +1,6 @@
1
  import type { NextConfig } from "next";
2
  /** @type {import('next').NextConfig} */
3
  const nextConfig: NextConfig = {
4
- images: {
5
- domains: ['*'],
6
- dangerouslyAllowSVG: true,
7
- remotePatterns: [
8
- {
9
- protocol: 'https',
10
- hostname: '*',
11
- },
12
- ],
13
- },
14
  output: 'standalone',
15
 
16
  experimental: {
 
1
  import type { NextConfig } from "next";
2
  /** @type {import('next').NextConfig} */
3
  const nextConfig: NextConfig = {
 
 
 
 
 
 
 
 
 
 
4
  output: 'standalone',
5
 
6
  experimental: {