diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-01-11 18:02:05 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-01-11 18:02:05 -0500 |
| commit | 7e65ae0e135098acad76b8081f34478b4efc077f (patch) | |
| tree | b7efc060fca4257a875a5a3e525e2733b6579040 /web/astro.config.mjs | |
| parent | f5de90ba89146008af78c16e798e216efccf0c50 (diff) | |
| download | AleeBot-7e65ae0e135098acad76b8081f34478b4efc077f.tar.gz AleeBot-7e65ae0e135098acad76b8081f34478b4efc077f.tar.bz2 AleeBot-7e65ae0e135098acad76b8081f34478b4efc077f.zip | |
Cleaned up some code, author image now support attachments
Diffstat (limited to 'web/astro.config.mjs')
| -rw-r--r-- | web/astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/astro.config.mjs b/web/astro.config.mjs index 53e49de..515ddf0 100644 --- a/web/astro.config.mjs +++ b/web/astro.config.mjs @@ -6,4 +6,4 @@ import react from '@astrojs/react'; // https://astro.build/config export default defineConfig({ integrations: [react()] -});
\ No newline at end of file +}); |
