fix image error (deploy)

This commit is contained in:
joseCorte-exe 2022-05-16 18:22:53 -03:00
parent c05fe57e19
commit f5aea2359e
2 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,6 @@
import React from 'react'
import Image from 'next/image'
import { MapCardView } from './MapCardView'
import Link from 'next/link'
interface MapCardInterface {
title: string,

View File

@ -19,12 +19,7 @@
"isolatedModules": true,
"jsx": "preserve"
},
"include": [
"next-env.d.ts",
"./typings/type.d.ts",
"**/*.ts",
"**/*.tsx"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "additional.d.ts"],
"exclude": [
"node_modules"
]