Skip to content

Commit

Permalink
docs(pgs): copy
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jan 14, 2025
1 parent 0dc2390 commit 922070f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/pgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ To accomplish this, we recommend you create a separate project with just a

```bash
echo "/* https://example.com/:splat 301" >> _www_redirects
rsync "$PWD/_www_redirects" pgs.sh:/www-proj/_redirects
scp "$PWD/_www_redirects" pgs.sh:/www-proj/_redirects
```

2. Add a `www` CNAME and TXT record to point to www project
Expand Down

0 comments on commit 922070f

Please sign in to comment.