onboarding completed

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-16 11:41:15 +02:00
committed by Carl-Gerhard Lindesvärd
parent 97627583ec
commit 7d22d2ddad
79 changed files with 2542 additions and 805 deletions

View File

@@ -3,6 +3,7 @@ const config = {
extends: ['next'],
rules: {
'@next/next/no-html-link-for-pages': 'off',
'@next/next/no-img-element': 'off',
},
};