From 929338c93fde1e100465ab8092ba02103d87afe9 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 12 Feb 2022 12:35:53 +0100 Subject: [PATCH] Update hosting to Codeberg --- CHANGELOG.md | 20 ++++++++++---------- package.json | 2 +- src/index.html | 4 ++-- src/main.js | 2 +- src/scss/_variables.scss | 2 +- src/scss/style.scss | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 579b0a2..89d3232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,13 +107,13 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://github.com/kytta/toot/compare/v2.1.0...HEAD -[2.1.0]: https://github.com/kytta/toot/compare/v2.0.0...v2.1.0 -[2.0.0]: https://github.com/kytta/toot/compare/v1.2.2...v2.0.0 -[1.2.2]: https://github.com/kytta/toot/compare/v1.2.1...v1.2.2 -[1.2.1]: https://github.com/kytta/toot/compare/v1.2.0...v1.2.1 -[1.2.0]: https://github.com/kytta/toot/compare/v1.1.2...v1.2.0 -[1.1.1]: https://github.com/kytta/toot/compare/v1.1.1...v1.1.2 -[1.1.1]: https://github.com/kytta/toot/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/kytta/toot/compare/v1.0.0...v1.1.0 -[1.0.0]: https://github.com/kytta/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0 +[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.1.0...HEAD +[2.1.0]: https://codeberg.org/kytta/toot/compare/v2.0.0...v2.1.0 +[2.0.0]: https://codeberg.org/kytta/toot/compare/v1.2.2...v2.0.0 +[1.2.2]: https://codeberg.org/kytta/toot/compare/v1.2.1...v1.2.2 +[1.2.1]: https://codeberg.org/kytta/toot/compare/v1.2.0...v1.2.1 +[1.2.0]: https://codeberg.org/kytta/toot/compare/v1.1.2...v1.2.0 +[1.1.1]: https://codeberg.org/kytta/toot/compare/v1.1.1...v1.1.2 +[1.1.1]: https://codeberg.org/kytta/toot/compare/v1.1.0...v1.1.1 +[1.1.0]: https://codeberg.org/kytta/toot/compare/v1.0.0...v1.1.0 +[1.0.0]: https://codeberg.org/kytta/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0 diff --git a/package.json b/package.json index 599b62e..f303a45 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "homepage": "https://toot.kytta.dev/", "repository": { "type": "git", - "url": "https://github.com/kytta/toot.git" + "url": "https://codeberg.org/kytta/toot.git" }, "private": true, "scripts": { diff --git a/src/index.html b/src/index.html index ca4525c..335b363 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@