Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

271
Views
Nuxt.js/Netlify: página inusualmente lenta para cargar en estilo css

Estoy en el proceso de convertir mi sitio de cartera para usar Nuxt.js, que tengo alojado en Netlify. Tengo problemas con mi CSS que tarda más de lo normal en cargarse. No noto este problema cuando desarrollo localmente, pero en mi sitio en vivo, puedo ver brevemente la página sin ningún estilo.

Tengo mi CSS separado por sus componentes en una carpeta llamada assets . También tengo algunos estilos en mi archivo index.vue , como variables css. A continuación, también he incluido mi nuxt.config.js . ¿Alguien tiene alguna idea de por qué esto podría estar sucediendo?

 export default { target: "static", components: true, buildModules: [ [ "@nuxt/image", { provider: "static", }, ], ], head: { title: "my title", htmlAttrs: { lang: "en", }, meta: [ { name: "viewport", content: "width=device-width, initial-scale=1", }, ], link: [ { rel: "stylesheet", href: "https://fonts.googleapis.com/css2?family=Open+Sans&display=swap", }, { rel: "stylesheet", href: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css", }, { rel: "stylesheet", href: "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css", }, ], }, plugins: [ { src: "./plugins/analytics.js", mode: "client", }, ], };
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!