Package update, n fix build

This commit is contained in:
Alicia Sykes 2024-02-25 16:09:03 +00:00
parent 7acbc33a08
commit 18c8082aee
5 changed files with 640 additions and 692 deletions

3
web/.npmrc Normal file
View 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

View file

@ -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

View file

@ -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",

View file

@ -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, '-');
};

File diff suppressed because it is too large Load diff