This commit is contained in:
lingdocs 2021-03-14 21:54:13 +04:00
commit 077d030f8a
2 changed files with 8 additions and 3 deletions

4
.npmrc
View File

@ -1,2 +1,2 @@
@lingdocs:registry=https://reg.lingdocs.com
//reg.lingdocs.com/:_authToken=${LINGDOCS_NPM_TOKEN}
@lingdocs:registry=https://npm.lingdocs.com
//npm.lingdocs.com/:_authToken=${LINGDOCS_NPM_TOKEN}

View File

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