From 079817f5a61d9ea3e98241850413a9747aae34fc Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 31 Oct 2024 20:07:18 +0300 Subject: [PATCH] delete debug blog --- src/content/blog/blog-with-multi-p5js.mdx | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/content/blog/blog-with-multi-p5js.mdx diff --git a/src/content/blog/blog-with-multi-p5js.mdx b/src/content/blog/blog-with-multi-p5js.mdx deleted file mode 100644 index 164d049..0000000 --- a/src/content/blog/blog-with-multi-p5js.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: 'Third post' -description: 'First post of this website that tests many things' -pubDate: '2024-10-29' -includes_p5js: True -p5_script_path: '../../scripts/multi-sketch.js' ---- - -import P5Sketch from '../../components/P5Sketch.astro'; - -Before first Canvas - - - -After first canvas - - -Before second Canvas - - - -After second canvas -```