File tree 2 files changed +9
-12
lines changed
2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
// 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' ;
7
5
8
6
// 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 1
1
import type { AppRouterInstance } from 'next/dist/shared/lib/app-router-context.shared-runtime' ;
2
- import type { NextRouter } from 'next/router' ;
3
2
import { fauna } from 'config/animals' ;
4
3
import {
5
4
baseUrlAfrica ,
You can’t perform that action at this time.
0 commit comments