Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
OpenSource
/
dify
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
152
Wiki
Actividad
Explorar el Código
chore: handle sentry warning (
#236
)
tags/0.3.1
Joel
hace 2 años
padre
970950e3a8
commit
5a6061ff61
No account linked to committer's email address
Se han
modificado 1 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
3
1
web/next.config.js
+ 3
- 1
web/next.config.js
Ver fichero
@@ -31,7 +31,9 @@ const nextConfig = {
// https://nextjs.org/docs/api-reference/next.config.js/ignoring-typescript-errors
ignoreBuildErrors: true,
},
sentry: {},
sentry: {
hideSourceMaps: true
},
async redirects() {
return [
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar