Add Indieauth

This commit is contained in:
Kevin Kandlbinder 2023-03-08 15:57:07 +00:00
parent 7e4ea4d570
commit 4b5012affe
2 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": {
"VARIANT": "16"
"VARIANT": "18"
}
},
// Set *default* container specific settings.json values on container create.

View file

@ -119,6 +119,14 @@ const IndexPage = (props) => {
href="/pgp/BF06118DF3B3B2EA327BB8111460B586646E180D.pub"
/>
<link href="https://twitter.com/Unkn0wnKevin" rel="me"></link>
<link
rel="authorization_endpoint"
href="https://indieauth.com/auth"
/>
<link
rel="token_endpoint"
href="https://tokens.indieauth.com/token"
/>
</Helmet>
<section className={styles.heroSection}>
<div