SYMBOL INDEX (29 symbols across 15 files) FILE: next.config.js method rewrites (line 14) | async rewrites() { method redirects (line 29) | async redirects() { FILE: src/components/Analytics/index.js function Analytics (line 4) | function Analytics() { FILE: src/components/Search/index.js method stats (line 18) | stats(nbHits, timeSpentMS) { FILE: src/lib/api.js function getPostBySlug (line 10) | function getPostBySlug(slug) { function getAllPosts (line 30) | function getAllPosts() { FILE: src/lib/buildAlgoliaIndexes.js function transformPostsToSearchObjects (line 4) | function transformPostsToSearchObjects(posts) { function buildAlgoliaIndexes (line 23) | async function buildAlgoliaIndexes(posts) { FILE: src/lib/constants.js constant BLOG_TITLE (line 1) | const BLOG_TITLE = 'Willian Justen' constant BLOG_SUBTITLE (line 3) | const BLOG_SUBTITLE = constant BLOG_DESCRIPTION (line 6) | const BLOG_DESCRIPTION = [BLOG_TITLE, BLOG_SUBTITLE].join(' | ') constant BLOG_AUTHOR (line 8) | const BLOG_AUTHOR = 'Willian Justen' constant BLOG_AUTHOR_LINK (line 10) | const BLOG_AUTHOR_LINK = 'https://twitter.com/Willian_Justen' constant BLOG_URL (line 12) | const BLOG_URL = 'https://willianjusten.com.br' constant BLOG_AUTHOR_POSITION (line 14) | const BLOG_AUTHOR_POSITION = 'Software Engineer' constant BLOG_AUTHOR_DESCRIPTION (line 16) | const BLOG_AUTHOR_DESCRIPTION = FILE: src/lib/generateRSS.js function generateRssItem (line 4) | async function generateRssItem(post) { function generateRss (line 19) | async function generateRss(posts) { FILE: src/lib/generateSitemap.js function generateSitemap (line 11) | async function generateSitemap(posts) { FILE: src/lib/gtag.js constant GA_TRACKING_ID (line 1) | const GA_TRACKING_ID = process.env.NEXT_PUBLIC_GA_TRACKING FILE: src/lib/markdownToHtml.js function markdownToHtml (line 7) | async function markdownToHtml(markdown) { FILE: src/pages/[slug].js function getStaticProps (line 11) | async function getStaticProps({ params }) { function getStaticPaths (line 33) | async function getStaticPaths() { FILE: src/pages/_app.js function App (line 14) | function App({ Component, pageProps }) { FILE: src/pages/_document.js class MyDocument (line 4) | class MyDocument extends Document { method getInitialProps (line 5) | static async getInitialProps(ctx) { method render (line 30) | render() { FILE: src/pages/index.js function getStaticProps (line 13) | async function getStaticProps() { FILE: src/pages/series.js function getStaticProps (line 75) | async function getStaticProps() {