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} diff --git a/src/pages/projects.js b/src/pages/projects.js index b40bc69..442289d 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -19,7 +19,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 (