update mouse hover

add animation
This commit is contained in:
DefectingCat
2022-10-08 17:38:00 +08:00
parent 642b8be2ef
commit 4a657c456c
4 changed files with 79 additions and 25 deletions

View File

@ -2,6 +2,7 @@
* @type {import('next').NextConfig}
*/
const isExport = process.env.NEXT_BUILD === 'export';
const nextConfig = {
/* config options here */
reactStrictMode: true,
@ -10,10 +11,9 @@ const nextConfig = {
images: isExport ? { unoptimized: true } : {},
experimental: {
// runtime: 'nodejs',
// outputStandalone: true,
},
compiler: {
removeConsole: true,
removeConsole: process.env.NODE_ENV === 'production',
},
// assetPrefix: isExport ? './' : undefined,
// images: