how can I route static inside react component on Docusaurus?

15 views Asked by At

I have link like /abc under static folder, how can I use react to Link it?

I have tried Link component, but was failed.

import Link from "@docusaurus/Link";

Should be something related pathname:// protocal.

0

There are 0 answers