File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 11// Base URL values for all base pages
2- import { basePath } from 'config/app' ;
3-
4- export const baseUrlAnimals = basePath + '/animals' ;
5- export const baseUrlFirearms = basePath + '/firearms' ;
6- export const baseUrlLifeCycle = basePath + '/life-cycle' ;
2+ export const baseUrlAnimals = '/animals' ;
3+ export const baseUrlFirearms = '/firearms' ;
4+ export const baseUrlLifeCycle = '/life-cycle' ;
75
86// Base URL values for all map pages
9- export const baseUrlAfrica = basePath + '/africa' ;
10- export const baseUrlAlaska = basePath + '/alaska' ;
11- export const baseUrlFinland = basePath + '/lintukoto' ;
12- export const baseUrlIdaho = basePath + '/nez-perce-valley' ;
13- export const baseUrlNewZealand = basePath + '/new-zealand' ;
14- export const baseUrlTransylvania = basePath + '/transylvania' ;
7+ export const baseUrlAfrica = '/africa' ;
8+ export const baseUrlAlaska = '/alaska' ;
9+ export const baseUrlFinland = '/lintukoto' ;
10+ export const baseUrlIdaho = '/nez-perce-valley' ;
11+ export const baseUrlNewZealand = '/new-zealand' ;
12+ export const baseUrlTransylvania = '/transylvania' ;
Original file line number Diff line number Diff line change 11import type { AppRouterInstance } from 'next/dist/shared/lib/app-router-context.shared-runtime' ;
2- import type { NextRouter } from 'next/router' ;
32import { fauna } from 'config/animals' ;
43import {
54 baseUrlAfrica ,
You can’t perform that action at this time.
0 commit comments