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 -```