Skip to content

Commit

Permalink
try1
Browse files Browse the repository at this point in the history
  • Loading branch information
kolibril13 committed Jan 31, 2024
1 parent 6aafb17 commit 3aedf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getAssetUrls } from "@tldraw/assets/selfHosted";
// based on https://discord.com/channels/859816885297741824/1197142604106698933/1202273417357692950
import "@tldraw/tldraw/tldraw.css";

const assetUrls = getAssetUrls();
const assetUrls = getAssetUrls({baseUrl: '.'})

export default function App() {
return (
Expand Down

0 comments on commit 3aedf15

Please sign in to comment.