fix: remove un-needed fonts and styles
MODIFIED
src/global.css
MODIFIED
src/global.css
@@ -3,7 +3,7 @@ @tailwind components;@tailwind utilities;body {- @apply text-zinc-800 bg-zinc-50;+ @apply font-sans text-zinc-800 bg-zinc-50;font-size: 100%;}
MODIFIED
src/pages/index.jsx
MODIFIED
src/pages/index.jsx
@@ -11,7 +11,7 @@ let searcherconst sites$ = signal([])-const MIN_CARD_WIDTH = 250+const MIN_CARD_WIDTH = 280async function getData() {const response = await fetch('/api/data').then(d => d.json())@@ -84,7 +84,7 @@export default () => {return (<div- class="p-10 mx-auto max-w-4xl"+ class="p-10 mx-auto max-w-screen"ref={node => {if (!node) returnconst resizer = debounce(() => {
MODIFIED
vite.config.js
MODIFIED
vite.config.js
@@ -13,10 +13,6 @@ fonts: {providers: [providers.bunny()],families: [{- name: 'Bad Script',- weights: ['400'],- },- {name: 'Inter',weights: ['400'],styles: ['normal'],