mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
ok, we are nearly done
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
|
||||
/* module.exports = {
|
||||
module.exports = {
|
||||
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'assets.example.com',
|
||||
port: '',
|
||||
pathname: '/**',
|
||||
search: '',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'images.unsplash.com',
|
||||
@@ -17,10 +22,14 @@ const nextConfig: NextConfig = {
|
||||
hostname: 'tailwindui.com',
|
||||
port: '',
|
||||
pathname: '/plus/img/logos/**',
|
||||
},
|
||||
{
|
||||
protocol: 'http',
|
||||
hostname: 'i1.avlws.com',
|
||||
port: '',
|
||||
pathname: '/**',
|
||||
}
|
||||
],
|
||||
},
|
||||
},*/
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user