From 4b4b41071431d6c6f3eeec56527422141e5247c7 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 1 Dec 2023 18:42:09 +0800 Subject: [PATCH] build fix --- components/ExternalPlugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ExternalPlugins.js b/components/ExternalPlugins.js index 5dd00db3..83c552a3 100644 --- a/components/ExternalPlugins.js +++ b/components/ExternalPlugins.js @@ -23,7 +23,7 @@ const CustomContextMenu = dynamic(() => import('@/components/CustomContextMenu') const DisableCopy = dynamic(() => import('@/components/DisableCopy'), { ssr: false }) const AdBlockDetect = dynamic(() => import('@/components/AdBlockDetect'), { ssr: false }) const LoadingProgress = dynamic(() => import('@/components/LoadingProgress'), { ssr: false }) -const AosAnimation = dynamic(() => import('@/components/AosAnimation'), { ssr: false }) +const AosAnimation = dynamic(() => import('@/components/AOSAnimation'), { ssr: false }) /** * 各种插件脚本