1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-12-12 20:46:52 +01:00

perf: reduce build size + add next-secure-headers

This commit is contained in:
Divlo
2021-08-12 01:19:11 +02:00
parent 712805df93
commit 4f5dfc63ea
15 changed files with 3408 additions and 2800 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.