Titulo H1
Titulo H2
- sdfsdfsdfsd
- sdfsdfs
- sdfsdf
- sdfs
- dsfsdfsd
- sdfsd
- sdfsd
- sdf
- sdfsdfs
- sdfsdf
- sdfsdf
- sdfsdf
sdfsdfsd
sdfsdf
sdfsdf
sdfsd
sdfsdfsdfsdfsd
const teste = "teste de texto"
const teste = 23423423
const generateSlug = (title: string) => {
return title
.toLowerCase()
.trim()
.replace(/[^\w\s-]/g, '')
.replace(/\s+/g, '-')
.replace(/^-+|-+$/g, '')
};
