diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index cbc2483..9421915 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -107,7 +107,7 @@ const posts = (await getCollection('blog')).sort( </p> </div> <div class="project"> - <a href="https://github.com/pinapelz/Video-Archive-Web"> + <a href="https://archive.pinapelz.moe"> <img src="/projects/patchwork.png" alt="Patchwork Logo"> </a> <p class="project-title">Video Archive Web (Patchwork Archive)</p> |
