Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

next.config.js 164 B

123456
  1. const withMDX = require('next-mdx-frontmatter')({
  2. extension: /\.mdx?$/
  3. })
  4. module.exports = withMDX({
  5. pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx']
  6. })