From 8f09e7f09752d71774553770c3cc19b81804a858 Mon Sep 17 00:00:00 2001 From: urswilke Date: Mon, 9 Jan 2023 23:44:49 +0100 Subject: [PATCH] add https to url --- my-patterns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-patterns/README.md b/my-patterns/README.md index 03e2f963..2f8544be 100644 --- a/my-patterns/README.md +++ b/my-patterns/README.md @@ -13,7 +13,7 @@ made into a pattern swatch. 1. in your fork, go to settings -> pages and select "Github Actions" as source 2. edit `website/public/CNAME` to contain `.github.io/strudel` -3. edit `website/astro.config.mjs` to use site: `.github.io` and base `/strudel` +3. edit `website/astro.config.mjs` to use site: `https://.github.io` and base `/strudel` 4. go to Actions -> `Build and Deploy` and click `Run workflow` 5. view your patterns at `.github.io/strudel/swatch/`