diff --git a/src/pages/index.js b/src/pages/index.js index 47168df..8aa66ec 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -44,6 +44,15 @@ const features = [ ), }, + { + title: 'SeaweedFS COSI Driver', + repoURL: 'https://github.com/seaweedfs/seaweedfs-cosi-driver', + description: ( + <> + Official COSI driver for SeaweedFS. + + ), + } ]; function Feature({ repoURL, title, description }) {