* Forms were not working on netlify prob because hydration was removing the hidden form tag so added explicitly - see https://answers.netlify.com/t/forms-not-being-sent-with-next-js/15602/4 * Add /subscribed page where people are redirected |
||
|---|---|---|
| .. | ||
| components | ||
| config | ||
| lib | ||
| pages | ||
| public | ||
| styles | ||
| .gitignore | ||
| README.md | ||
| jsconfig.json | ||
| next.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
README.md
Life Itself Web3 Website.
Templated off: https://github.com/datopian/nextjs-tailwind-mdx
Usage
Then run the app:
cd myapp
npm run dev
Configuration
See config directory:
config/siteConfig.jsfor site wide configuration especially for general theme (e.g. title) and SEOconfig/navLinks.jsfor configuration of navigation links