mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 16:26:40 -04:00
octicons weren't being tree-shaken -- import SVGs manually for now
This commit is contained in:
@ -3,7 +3,7 @@ import Layout from "../components/Layout";
|
||||
import Container from "../components/Container";
|
||||
import PageTitle from "../components/page/PageTitle";
|
||||
import RepoCard from "../components/projects/RepoCard";
|
||||
import ProjectsIcon from "../components/icons/svg/projects.svg";
|
||||
import { ProjectsIcon } from "../components/icons";
|
||||
import type { GetStaticProps } from "next";
|
||||
|
||||
export default function Projects({ repos }) {
|
||||
|
Reference in New Issue
Block a user