UNPKG

create-next-app-template

Version:

This is a template set up to create Next.js App with fast speed and high performance<br/> The current template is provided in a **page routing** structure.<br/>

8 lines (6 loc) 136 B
import axios from 'axios'; // /// baseUrl export const API = axios.create({ baseURL: process.env.NEXT_PUBLIC_BASE_URL as string, });