fix link
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Elizabeth Hunt 2024-03-08 13:50:22 -07:00
parent a27421434b
commit 82f2c39466
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ steps:
commands: commands:
- npm install - npm install
- npm run build - npm run build
- npx wrangler pages publish dist --project-name=the-abstraction-engine - npx wrangler pages deploy dist --project-name=the-abstraction-engine
environment: environment:
CLOUDFLARE_API_TOKEN: CLOUDFLARE_API_TOKEN:
from_secret: CLOUDFLARE_API_TOKEN from_secret: CLOUDFLARE_API_TOKEN

View File

@ -10,7 +10,7 @@ export const Title = ({ setReady }: TitleProps) => {
<p> <p>
engine{" "} engine{" "}
<a <a
href="https://git.simponic.xyz/the-abstraction-engine" href="https://git.simponic.xyz/simponic/the-abstraction-engine"
target="_blank" target="_blank"
> >
from scratch from scratch