SYMBOL INDEX (11 symbols across 7 files) FILE: pages/_app.js function App (line 10) | function App({ Component, pageProps }) { FILE: pages/_document.js function Document (line 3) | function Document() { FILE: pages/api/hello.js function handler (line 3) | function handler(req, res) { FILE: pages/category/[slug].js function getStaticPaths (line 92) | async function getStaticPaths() { function getStaticProps (line 107) | async function getStaticProps({ params: { slug } }) { FILE: pages/index.js function Home (line 5) | function Home({ products }) { function getStaticProps (line 44) | async function getStaticProps() { FILE: pages/product/[slug].js function getStaticPaths (line 191) | async function getStaticPaths() { function getStaticProps (line 205) | async function getStaticProps({ params: { slug } }) { FILE: utils/urls.js constant STRAPI_API_TOKEN (line 1) | const STRAPI_API_TOKEN = process.env.NEXT_PUBLIC_STRAPI_API_TOKEN; constant API_URL (line 3) | const API_URL =