mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Package update, n fix build
This commit is contained in:
parent
7acbc33a08
commit
18c8082aee
5 changed files with 640 additions and 692 deletions
3
web/.npmrc
Normal file
3
web/.npmrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
@fortawesome:registry=https://npm.fontawesome.com/
|
||||
@awesome.me:registry=https://npm.fontawesome.com/
|
||||
//npm.fontawesome.com/:_authToken=ECB95473-FBAF-463F-905C-C9ED4C00D519
|
||||
|
|
@ -2,8 +2,8 @@ npmScopes:
|
|||
fortawesome:
|
||||
npmAlwaysAuth: true
|
||||
npmRegistryServer: "https://npm.fontawesome.com/"
|
||||
npmAuthToken: ${FONTAWESOME_PACKAGE_TOKEN}
|
||||
npmAuthToken: ECB95473-FBAF-463F-905C-C9ED4C00D519
|
||||
awesome:
|
||||
npmAlwaysAuth: true
|
||||
npmRegistryServer: "https://npm.fontawesome.com/"
|
||||
npmAuthToken: ${FONTAWESOME_PACKAGE_TOKEN}
|
||||
npmAuthToken: ECB95473-FBAF-463F-905C-C9ED4C00D519
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
"@astrojs/sitemap": "^3.1.0",
|
||||
"@astrojs/svelte": "^5.0.3",
|
||||
"@astrojs/vercel": "^7.3.2",
|
||||
"@awesome.me/kit-c134243295": "^1.0.10",
|
||||
"@fortawesome/fontawesome-pro": "^6.5.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ export const fetchData = async (): Promise<AwesomePrivacy> => {
|
|||
}
|
||||
|
||||
export const slugify = (title: string) => {
|
||||
return title.toLowerCase().replace(/\s/g, '-');z
|
||||
return title.toLowerCase().replace(/\s/g, '-');
|
||||
};
|
||||
|
|
|
|||
1322
web/yarn.lock
1322
web/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue