This commit is contained in:
parent
a27421434b
commit
82f2c39466
@ -9,7 +9,7 @@ steps:
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- npx wrangler pages publish dist --project-name=the-abstraction-engine
|
||||
- npx wrangler pages deploy dist --project-name=the-abstraction-engine
|
||||
environment:
|
||||
CLOUDFLARE_API_TOKEN:
|
||||
from_secret: CLOUDFLARE_API_TOKEN
|
||||
|
@ -10,7 +10,7 @@ export const Title = ({ setReady }: TitleProps) => {
|
||||
<p>
|
||||
engine{" "}
|
||||
<a
|
||||
href="https://git.simponic.xyz/the-abstraction-engine"
|
||||
href="https://git.simponic.xyz/simponic/the-abstraction-engine"
|
||||
target="_blank"
|
||||
>
|
||||
from scratch
|
||||
|
Loading…
Reference in New Issue
Block a user