summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml2
-rw-r--r--src/components/Title.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 8b2b9dd..3fe7604 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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
diff --git a/src/components/Title.tsx b/src/components/Title.tsx
index 3a69dbc..5e0c631 100644
--- a/src/components/Title.tsx
+++ b/src/components/Title.tsx
@@ -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