Import escape function locally from html-escaper

This commit is contained in:
Ahmad Al Maaz
2021-06-19 12:02:56 +03:00
parent 4c1b4fbd78
commit 0119d23567
4 changed files with 24 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import { escape } from 'html-escaper'
import { escape } from '@/lib/utils/htmlEscaper'
import siteMetadata from '@/data/siteMetadata'