skip to Main Content

my app routs me to a page, but i cant access it directly – Nginx

i have setup a link that routes me to an about page (about.js): import React,{useState,useEffect} from 'react'; import Link from 'next/link' ///------------------------PAGES-------------------------------/// import {default as Main} from '../app/sections/Main.js' export default function Home() { const [site, setSite] = useState('down'); const mainprops…

VIEW QUESTION
Back To Top
Search