fix(sites/tangled): update domain to tangled.org (#228)

This commit is contained in:
uncenter 2025-10-22 11:29:24 -05:00 committed by GitHub
parent 042e0caa45
commit 041d1e3c7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ Applies Catppuccin-themed code/file icons to file explorers on the following sit
- [Gitea](https://gitea.com)
- [Forgejo](https://forgejo.org)
- [Bitbucket](https://bitbucket.org)
- [tangled.sh](https://tangled.sh)
- [Tangled](https://tangled.org)
## Usage

View File

@ -35,6 +35,6 @@ details:not([open]) > summary > .tree-directory svg[${ATTRIBUTE_PREFIX}]:not([${
`.trim();
export const tangled: Site = {
domains: ['tangled.sh'],
domains: ['tangled.org'],
replacements: [mainRepositoryImplementation, commitTreeImplementation],
};

View File

@ -84,7 +84,7 @@ export default defineConfig({
'https://gitea.com/gitea/gitea-mirror',
'https://gitea.catppuccin.com/catppuccin/catppuccin',
'https://bitbucket.org/atlassian/atlassian-frontend-mirror',
'https://tangled.sh/@tangled.sh/core',
'https://tangled.org/@tangled.org/core',
],
},
});