mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-24 18:44:20 -08:00
- add download page - move main pages tests to their own folder - add download and public eng snapshot test - remove public engagement button on each page - swap index with cejst - update cypress ENDPOINTS - upate gatsby-config sitemap - update snapshots - cypress tests are failing
8 lines
200 B
JavaScript
8 lines
200 B
JavaScript
export const ENDPOINTS = {
|
|
EXPLORE_THE_TOOL: 'en/',
|
|
ABOUT: '/en/about',
|
|
METHODOLOGY: '/en/methodology',
|
|
CONTACT: 'en/contact',
|
|
PUBLIC: 'en/public-engagement',
|
|
DOWNLOAD: 'en/downloads',
|
|
};
|