react-code-dataset
/
next.js
/test
/production
/app-dir
/subresource-integrity
/fixture
/next.config.js
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const nextConfig = { | |
| experimental: { | |
| sri: { | |
| algorithm: 'sha256', | |
| }, | |
| }, | |
| } | |
| module.exports = nextConfig | |