update /about redirect

This commit is contained in:
mantikoros 2022-09-17 14:46:59 -05:00
parent 340b21c53e
commit 6a21067440

View File

@ -1,6 +1,6 @@
const API_DOCS_URL = 'https://docs.manifold.markets/api'
const ABOUT_PAGE_URL = 'https://docs.manifold.markets/$how-to'
const ABOUT_PAGE_URL = 'https://help.manifold.markets/'
/** @type {import('next').NextConfig} */
module.exports = {