Building a blog with SvelteKit, TailwindCSS, and MDsveX
Notes
This post can also be found on my main page at https://www.jvp.design/blog/building-a-blog-with-sveltekit-tailwind-mdsvex
For those who want to follow along in code, you can get it from https://github.com/jvp-design/sveltekit-tailwind-mdsvex-bl...
blog.jeffpohlmeyer.com18 min read
Ömer Melih Aksoy
I tried this tutorial, thank you for sharing this with everyone, I really appreciate your effort.
I have a curious error where it says "Attributes should not contain : character to prevent ambiguity ..." at blog/index.svelte at the line where sveltekit:prefetch is used. At this step it doesn't work, don't have a page that lists or grids my posts. Is there a solution for this?
Full Error:
Attributes should not contain ':' characters to prevent ambiguity with Svelte directives(illegal-attribute-character) eslint (svelte/valid-compile) [13, 49]