diff --git a/public/icons/icon/tool-hand.svg b/public/icons/icon/tool-hand.svg index f38c7bb..bd5c89f 100644 --- a/public/icons/icon/tool-hand.svg +++ b/public/icons/icon/tool-hand.svg @@ -1,3 +1,3 @@ - + diff --git a/src/App.jsx b/src/App.jsx index 8f4a215..f9a04e5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,10 +1,8 @@ import { Tldraw } from "@tldraw/tldraw"; import "@tldraw/tldraw/tldraw.css"; -// import { getAssetUrls } from "@tldraw/assets/selfHosted"; export default function App() { - // const assetUrls = "https://tldraw-assets.vercel.app" - const assetUrls = "./assets" + const assetUrls = "/public" return (