diff --git a/astro.config.mjs b/astro.config.mjs index 342d1c7..12ce6b0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,14 +14,15 @@ export default defineConfig({ "/announcement": "/posts/announcement", "/announcement/": "/posts/announcement", "/announcement.html": "/posts/announcement", + "/fork": "/posts/fork", + "/fork/": "/posts/fork", + "/fork.html": "/posts/fork", "/thanks": "/posts/thanks", "/thanks/": "/posts/thanks", "/thanks.html": "/posts/thanks", "/why-ladybird": "/posts/why-ladybird", "/why-ladybird/": "/posts/why-ladybird", "/why-ladybird.html": "/posts/why-ladybird", - "/fork": "/posts/fork", - "/fork/": "/posts/fork", - "/fork.html": "/posts/fork", + "/wire.pdf": "/payment-details", }, }); diff --git a/public/wire.pdf b/public/wire.pdf deleted file mode 100644 index 3c2d3d0..0000000 Binary files a/public/wire.pdf and /dev/null differ diff --git a/src/pages/payment-details.astro b/src/pages/payment-details.astro new file mode 100644 index 0000000..bf82404 --- /dev/null +++ b/src/pages/payment-details.astro @@ -0,0 +1,61 @@ +--- +import BaseLayout from "@/layouts/base.astro"; +--- + + +
+
+
+
+

Payment details

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Beneficiary account nameLadybird Browser Initiative
Beneficiary account number80011453086
Beneficiary address2261 Market Street STE 10029, San Francisco, CA 94114-1612
Bank nameJPMorgan Chase Bank, N.A.
Bank address383 Madison Avenue, New York, United States
Bank SWIFT codeCHASUS33XXX
ACH routing code322271627
Wire routing code021000021
EIN99-2154861
+ Please contact us if you have any questions. +
+
+
+