Added redirect and blank index

This commit is contained in:
Ludoviko 2021-07-23 17:28:40 +01:00
parent 9b77a46acc
commit ec742b15db
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
3 changed files with 16 additions and 50 deletions

1
next-env.d.ts vendored
View file

@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />