Unverified Commit 6992f972 authored by Sparkf's avatar Sparkf 🏙️
Browse files

fix googletagmanager plugin

parent a689d44d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -146,10 +146,10 @@ export default defineUserConfig({
                },
            },
        }),
        googleAnalyticsPlugin({
            // we have multiple deployments, which would use different id
            id: 'G-1BQBXDGY3R',
        }),
        // googleAnalyticsPlugin({
        //     // we have multiple deployments, which would use different id
        //     id: 'G-1BQBXDGY3R',
        // }),
        pwaPlugin({
            maximumFileSizeToCacheInBytes: 524288, // 限制到0.5MB
            cleanupOutdatedCaches: true,