Building an Astro Portfolio
3/9/2026Hello World
Here is some code using Astro's built-in Shiki highlighting:
const sayHello = (name: string) => {
console.log(`Hello, ${name}!`);
};
sayHello('Astro');
Here is some code using Astro's built-in Shiki highlighting:
const sayHello = (name: string) => {
console.log(`Hello, ${name}!`);
};
sayHello('Astro');