diff --git a/astro.config.mjs b/astro.config.mjs index 5278ccf..4a4ec24 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,6 +8,6 @@ import react from '@astrojs/react'; // https://astro.build/config export default defineConfig({ - site: 'https://example.com', - integrations: [mdx(), sitemap(), react()], + site: 'https://foxgirlriley.neocities.org', + integrations: [mdx(), sitemap(), react()], }); \ No newline at end of file diff --git a/src/content/posts/myExperiencesWithAstro.md b/src/content/posts/myExperiencesWithAstro.md index 82488fa..4c1b724 100644 --- a/src/content/posts/myExperiencesWithAstro.md +++ b/src/content/posts/myExperiencesWithAstro.md @@ -4,15 +4,6 @@ description: "" pubDate: "18 Feb 2026 21:07" --- - - # What is Astro? Astro is a static site generator that allows you to combine components together to quickly put together a website. It's somewhat similar to something like React, but instead of having the bloat of all the javascript it generates, Astro outputs a static HTML website. The only javascript it includes is what you write in `