LogoLogo
HomeGitHub
v0
v0
  • 🏃‍♂️Getting started!
  • 📝Filling up your page
  • 🌐Custom domain name
  • 📣Favicon and Meta Tags
  • 🔡Custom fonts
  • 🛤️Adding more pages
  • 🎨Theme customization
  • 🎇Restyling components
Powered by GitBook
On this page

Adding more pages

If you wint your website to be composed by more than just one page we recommend using type-route and github-pages-plugin-for-type-route.

Let's see how to set it up.

yarn add type-route
yarn add github-pages-plugin-for-type-route
  1. Create a src/router.ts file.

  2. Create test pages.

  3. Update header and footer.

  4. Update package.json.

PreviousCustom fontsNextTheme customization

Last updated 2 years ago

🛤️