feat: stricter lint, check pipelines, docker-containers, pnpm
This commit is contained in:
@@ -8,11 +8,11 @@ import "@splidejs/splide/css/sea-green";
|
||||
|
||||
import Head from "next/head";
|
||||
|
||||
export default function MyApp({ Component, pageProps }: AppProps) {
|
||||
export default function MyApp({ Component, pageProps }: AppProps): JSX.Element {
|
||||
useEffect(() => {
|
||||
// here you can add your aos options
|
||||
AOS.init({
|
||||
offset: 100,
|
||||
offset: 100
|
||||
});
|
||||
}, []);
|
||||
|
||||
@@ -42,4 +42,4 @@ export default function MyApp({ Component, pageProps }: AppProps) {
|
||||
</Head>
|
||||
<Component {...pageProps} />
|
||||
</>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user