Update dependencies

This commit is contained in:
DefectingCat
2022-08-03 11:45:01 +08:00
parent 6acdb3fed8
commit b0e4dc8527
3 changed files with 942 additions and 750 deletions

View File

@ -21,12 +21,13 @@ const composedConfig = composePlugins([
/** @type {import('next').NextConfig} */
{
reactStrictMode: true,
output: 'standalone',
experimental: {
// runtime: 'nodejs',
outputStandalone: true,
// outputStandalone: true,
},
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
images: {domains: ['avatars.githubusercontent.com']},
images: { domains: ['avatars.githubusercontent.com'] },
},
]);