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;