Fix meta data in accordance to the docs.

This commit is contained in:
2021-09-13 16:08:47 -04:00
parent d4ccb7a5c8
commit 2dadc9bcfa
5 changed files with 42 additions and 22 deletions

3
next-env.d.ts vendored
View File

@@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.