From 50f42c091151b0959974efa4170708bb19293755 Mon Sep 17 00:00:00 2001 From: LazuliKao Date: Fri, 12 Apr 2024 22:24:52 +0800 Subject: [PATCH] add page join-us --- src/components/Navigation.astro | 15 +- src/pages/join-us.astro | 255 ++++++++++++++++++++++++++++++++ 2 files changed, 267 insertions(+), 3 deletions(-) create mode 100644 src/pages/join-us.astro diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 0cbcc04..12db6a3 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -1,5 +1,5 @@ --- -import { SITE_TITLE } from "../consts" +import { SITE_TITLE } from "../consts"; ---