fix web build

This commit is contained in:
texm
2023-04-27 21:40:56 +08:00
parent cbbf20848a
commit 7fb9e78b5e
4 changed files with 8 additions and 9 deletions

View File

@@ -28,8 +28,7 @@
then be automatically built and deployed. See the Dokku docs on this method
<a href={remoteRepoDocs}>here</a>.
<br />
If the repo is private, ensure you have configured access following the instructions
<a href={`${base}/docs/settings`}>here</a>.
If the repo is private, ensure you have configured access in the Settings page.
</p>
<h2>Docker Image</h2>
@@ -37,6 +36,6 @@
This option enables pulling a Docker image. See the Dokku docs for caveats
<a href={dockerImageDocs}>here</a>.
<br />
If the image is held in a private registry, ensure you have configured access by
following the instructions <a href={`${base}/docs/settings`}>here</a>.
If the image is held in a private registry, ensure you have configured access in the
Settings page.
</p>