From 2de9c34dc999e8613fff66ca48fc12e4dcfe44c6 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Sun, 22 Oct 2023 15:50:28 +0200 Subject: [PATCH] docs: add badges --- README.md | 16 ++++++++++++++-- next.config.js | 4 ++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b1c9d7..9ee6901 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -# Teabag +

Teabag

-An alternative front-end for Gitea and Forgejo. \ No newline at end of file +

+ Issues + Pull Requests + License ( GNU General Public License v3.0) +

+ +

+ An alternative front-end for Gitea and Forgejo. +

+ +## Installation + +tba \ No newline at end of file diff --git a/next.config.js b/next.config.js index 0a3175e..96a588a 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,6 @@ const nextConfig = { sassOptions: { includePaths: [path.join(__dirname, 'styles')], } -} +}; -module.exports = nextConfig +module.exports = nextConfig;