mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:46:40 -04:00
refactor notes directory and front matter
This commit is contained in:
BIN
app/uses/images/desktop.png
Normal file
BIN
app/uses/images/desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 810 KiB |
@ -8,7 +8,7 @@ import { UnorderedList, ListItem } from "../../components/List";
|
||||
import { metadata as defaultMetadata } from "../layout";
|
||||
import type { Metadata, Route } from "next";
|
||||
|
||||
import desktopImg from "../../public/static/images/uses/desktop.png";
|
||||
import desktopImg from "./images/desktop.png";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "/uses",
|
||||
|
Reference in New Issue
Block a user