diff --git a/demo/animated-shapes-on-a-canvas.html b/demo/animated-shapes-on-a-canvas.html
index 956540c..17dd5a1 100644
--- a/demo/animated-shapes-on-a-canvas.html
+++ b/demo/animated-shapes-on-a-canvas.html
@@ -59,9 +59,7 @@
-
- Lorem ipsum
-
+
diff --git a/package.json b/package.json
index a949dcd..46be23d 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,6 @@
},
"devDependencies": {
"typescript": "^5.7.2",
- "vite": "^5.4.10"
+ "vite": "^6.0.0"
}
-}
\ No newline at end of file
+}
diff --git a/vite.config.ts b/vite.config.ts
index 22f118b..1410d0f 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -9,7 +9,7 @@ const input: Record = files.reduce((acc, file) => {
acc[file.replace('.html', '')] = resolve(demoDir, file);
return acc;
}, {} as Record);
-console.log(input);
+
const linkGenerator = (): Plugin => {
return {
name: 'link-generator',