Skip to content

Commit

Permalink
Package update, n fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Feb 25, 2024
1 parent 7acbc33 commit 18c8082
Show file tree
Hide file tree
Showing 5 changed files with 652 additions and 704 deletions.
3 changes: 3 additions & 0 deletions web/.npmrc
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions web/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion web/src/utils/fetch-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, '-');
};
Loading

0 comments on commit 18c8082

Please sign in to comment.