Skip to content

Commit

Permalink
* Modificación de paths en manifiesto para assets
Browse files Browse the repository at this point in the history
* fa-solid webfonts
  • Loading branch information
uriel-online committed Aug 23, 2024
1 parent cd904f8 commit 43e4dee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"sources": {
"^#(.+)$": "/assets/desarrollos/$1/info.resx",
"^#(.+):loteador$": "/assets/desarrollos/$1/loteador.map",
"^#(.+):gallery$": "/assets/desarrollos/$1/gallery.resx",
"^#(.+)$": "./assets/desarrollos/$1/info.resx",
"^#(.+):loteador$": "./assets/desarrollos/$1/loteador.map",
"^#(.+):gallery$": "./assets/desarrollos/$1/gallery.resx",
"^#(.+):polygon$": "https://peninsularesidencial.mx/assets/desarrollos/$1/polygon.kml",
"#": "#desarrollos",
"^#(.+):info$": "#$1",
"#desarrollos": "/assets/desarrollos.resx",
"#iconos": "/assets/iconos.resx",
"#site": "/assets/site.resx",
"#aviso_privacidad": "/assets/aviso_privacidad.resx",
"#caracteristicas": "/assets/caracteristicas.resx",
"#codigo_etica": "/assets/codigo_etica.resx",
"#terminos_condiciones": "/assets/terminos_condiciones.resx",
"#desarrollos": "./assets/desarrollos.resx",
"#iconos": "./assets/iconos.resx",
"#site": "./assets/site.resx",
"#aviso_privacidad": "./assets/aviso_privacidad.resx",
"#caracteristicas": "./assets/caracteristicas.resx",
"#codigo_etica": "./assets/codigo_etica.resx",
"#terminos_condiciones": "./assets/terminos_condiciones.resx",
"^#(.+)~edit$": "#$1",
"#ws": {
"server:ws": [
Expand Down
Binary file added webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file added webfonts/fa-solid-900.woff
Binary file not shown.
Binary file added webfonts/fa-solid-900.woff2
Binary file not shown.

0 comments on commit 43e4dee

Please sign in to comment.