skip to Main Content

How do I use SVGs in AstroJS? – Html

Going to their Docs @ AstroDocs Astro.js Example import imgReference from './image.png'; // imgReference === '/src/image.png' import svgReference from './image.svg'; // svgReference === '/src/image.svg' import txtReference from './words.txt'; // txtReference === '/src/words.txt' // This example uses JSX, but you can…

VIEW QUESTION
Back To Top
Search