Failed to compile.
pages/index.tsx
`next/font` error:
Failed to fetch `Inter` from Google Fonts.
> Build failed because of webpack errors
Apparently because it can't fetch a font from Google. There should be assets that are critical (js/ts code, templates,css) and assets that are not (freaking fonts) to a yarn build.edit: hacketyfixey, let's punch the thing in the face until it works:
./pages/index.tsx:
2: // import { Inter } from "next/font/google";
12: // const inter = Inter({ subsets: ["latin"] });
(I am sorry)