Skip to content
Snippets Groups Projects
Commit 1630b81d authored by Manikanth Dindigala's avatar Manikanth Dindigala
Browse files

Merge branch 'issue/edit-urls' into 'develop'

feat: edit urls to navigate to respected page

See merge request !48
parents 3bdbfc7d 21442ef2
No related branches found
No related tags found
1 merge request!48feat: edit urls to navigate to respected page
Pipeline #217573 passed
import {baseUrlViewer} from "./constants"; import {baseUrlViewer} from "./constants";
export default [ export default [
{ title: 'Syriac Texts', to: baseUrlViewer + '/syriac/?source=external' }, { title: 'Syriac Texts', to: baseUrlViewer + '/syriac/#/?source=external' },
{ title: 'Arabic and Kashuni Texts', to: baseUrlViewer + '/arabic-karshuni/?source=external' }, { title: 'Arabic and Kashuni Texts', to: baseUrlViewer + '/arabic-karshuni/#/?source=external' },
]; ];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment