Add targets to most of the doc links (#50)
* Add targets to most of the doc links. Should fix #49 * Prettified Code! Co-authored-by: graywolf336 <graywolf336@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,10 @@ export default function ConfigStorageInfo() {
|
||||
<p className="description">
|
||||
Owncast supports optionally using external storage providers to distribute your video. Learn
|
||||
more about this by visiting our{' '}
|
||||
<a href="https://owncast.online/docs/storage/">Storage Documentation</a>.
|
||||
<a href="https://owncast.online/docs/storage/" target="_blank" rel="noopener noreferrer">
|
||||
Storage Documentation
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
<p className="description">
|
||||
Configuring this incorrectly will likely cause your video to be unplayable. Double check the
|
||||
|
||||
Reference in New Issue
Block a user