Support web vitals attribution
This commit is contained in:
parent
2e7787f70b
commit
6564fc69bf
@ -7,6 +7,9 @@ module.exports = withBundleAnalyzer(
|
||||
withLess({
|
||||
trailingSlash: true,
|
||||
reactStrictMode: true,
|
||||
experimental: {
|
||||
webVitalsAttribution: ['CLS', 'LCP'],
|
||||
},
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/i,
|
||||
|
@ -7,6 +7,7 @@ import '../styles/global.less';
|
||||
import '../styles/globals.scss';
|
||||
import '../styles/ant-overrides.scss';
|
||||
|
||||
// TODO: Move this videojs sass to the player component.
|
||||
import '../components/video/VideoJS/VideoJS.scss';
|
||||
|
||||
import { AppProps } from 'next/app';
|
||||
|
Loading…
x
Reference in New Issue
Block a user