PHP Classes

File: frontend/next.config.js

Recommend this page to a friend!
  Classes of carlos carvalho   yrprey PHP application   frontend/next.config.js   Download  
File: frontend/next.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: yrprey PHP application
Web app to learn about OWASP API vulnerabilities
Author: By
Last change:
Date: 3 months ago
Size: 155 bytes
 

Contents

Class file image Download
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, images: { domains: ['*'], }, } module.exports = nextConfig