Spaces:
Sleeping
Sleeping
Update next.config.ts
Browse files- 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: {
|