import { Typography } from 'antd'; import React from 'react'; import EditStorage from '../components/config/edit-storage'; const { Title } = Typography; export default function ConfigStorageInfo() { return ( <> Storage

Owncast supports optionally using external storage providers to distribute your video. Learn more about this by visiting our{' '} Storage Documentation .

Configuring this incorrectly will likely cause your video to be unplayable. Double check the documentation for your storage provider on how to configure the bucket you created for Owncast.

); }