From fc857402b30158384eab4bd9c27e831cfed24f15 Mon Sep 17 00:00:00 2001 From: LingDocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 14 Mar 2021 21:49:26 +0400 Subject: [PATCH 1/2] Update projects.js --- src/pages/projects.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/projects.js b/src/pages/projects.js index a4c5610..07e5524 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -14,7 +14,12 @@ const projects = [ description: "A Pashto grammar reference. This is extremely new and only in the very beginning stages.", link: "https://grammar.lingdocs.com", }, -] + { + title: "Pashto Dictionary", + description: "A Pashto dicitionary with smart-search and inflection/conjugation", + link: "https://dictionary.lingdocs.com", + }, +]; const About = ({ location }) => { return ( From c35a8221d593ca0e80afab582380316f7bf7e8db Mon Sep 17 00:00:00 2001 From: LingDocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 14 Mar 2021 21:50:57 +0400 Subject: [PATCH 2/2] Update .npmrc --- .npmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index e7dbf8c..b6e362c 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -@lingdocs:registry=https://reg.lingdocs.com -//reg.lingdocs.com/:_authToken=${LINGDOCS_NPM_TOKEN} \ No newline at end of file +@lingdocs:registry=https://npm.lingdocs.com +//npm.lingdocs.com/:_authToken=${LINGDOCS_NPM_TOKEN}