Create New Page

  • 1. Step

    1. Create New project

    pages/about.tsx
    
                 
                    export default function About() {
                      return (
                        <div>
                          <h1>About This Wiki</h1>
                          <p>This wiki is all about Avatar: The Last Airbender!</p>
                        </div>
                      )
                    }
                    

    browse http://localhost:3000/about in browser