Change gen dir for deploy purposes

This commit is contained in:
2022-04-27 06:28:15 -04:00
parent cbffb30194
commit a4a91cb881
2 changed files with 4 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import Fuzzy from './_fuzzy';
import pages from '../public/pages.json';
import style from '../styles/fuzzy.module.css';
// @ts-ignore
import posts from '../public/posts.json' // I do not like this
import posts from '../posts/meta.json' // I do not like this
function FuzzyBar(): JSX.Element {
const searchField = useRef<any>(null);