import type { NextPage, GetStaticProps } from 'next' import React from 'react' import axios from 'axios' type Props = { slugs: string[] } const Home: NextPage = ({ slugs }) => { const encoded = slugs.map((slug) => encodeURIComponent(`/fantus/${slug}/`)) return (

sets

collection of some sets made here and there.