fix image error (deploy)
This commit is contained in:
parent
c05fe57e19
commit
f5aea2359e
@ -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,
|
||||
|
||||
@ -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"
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user