update some branding shit nigag

This commit is contained in:
2026-01-14 16:55:02 +00:00
parent 55e2c885b2
commit 9fb4bf8be2
4 changed files with 22 additions and 12 deletions

View File

@ -1,20 +1,20 @@
{
"name": "pl-fe",
"displayName": "pl-fe",
"name": "ncd-fe",
"displayName": "ncd-fe",
"version": "0.0.1",
"type": "module",
"description": "Mastodon-compatible social media front-end",
"homepage": "https://codeberg.org/mkljczk/pl-fe",
"description": "NiceCrew beta frontend - fork of mkljczk/pl-fe",
"homepage": "https://nicecrew.digital",
"repository": {
"type": "git",
"url": "https://codeberg.org/mkljczk/pl-fe"
"url": "https://gitea.nicecrew.digital/matty/ncd-fe"
},
"keywords": [
"fediverse",
"pleroma"
],
"bugs": {
"url": "https://codeberg.org/mkljczk/pl-fe/issues"
"url": "https://gitea.nicecrew.digital/matty/ncd-fe/issues"
},
"scripts": {
"start": "npx vite serve",
@ -197,4 +197,4 @@
"*.{js,cjs,mjs,ts,tsx}": "eslint --cache",
"src/styles/**/*.scss": "stylelint"
}
}
}