fix: move some scripts to central file because of issue with Swup

This commit is contained in:
Stefan Imhoff
2023-06-15 09:01:25 +02:00
parent f2c0769993
commit e42b33fc5b
5 changed files with 38 additions and 53 deletions

3
types/swup.d.ts vendored
View File

@@ -1,5 +1,6 @@
declare module '@swup/a11y-plugin';
declare module '@swup/fade-theme';
declare module '@swup/head-plugin';
declare module '@swup/a11y-plugin';
declare module '@swup/preload-plugin';
declare module '@swup/scripts-plugin';
declare module '@swup/scroll-plugin';