Skip to content

Commit

Permalink
Reset URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarsceau committed May 16, 2024
1 parent fdc826c commit 5485af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Frame-It</title>
<link href="{{ /assets/css/style.css | url }}" rel="stylesheet">
<link href="/assets/css/style.css" rel="stylesheet">
</head>
<body draggable="true">
<div class="toolbar">
Expand All @@ -24,7 +24,7 @@
<canvas id="canvas"></canvas>
<input type="file" id="file" accept="image/*, image/avif" class="visuallyHidden" tabindex="-1">
<script type="module">
import { App } from "{{ /assets/js/app.js | url }}"
import { App } from "/assets/js/app.js"
const app = new App(
document.querySelector('#canvas'),
document.querySelector('#file')
Expand Down

0 comments on commit 5485af4

Please sign in to comment.