Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [jamstack]

Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup. The JAMstack is not about specific technologies. It’s a new way of building websites and apps that delivers better performance, higher security, lower cost of scaling, and a better developer experience.

0 votes
0 answers
35 views

Custom authentication using Decap CMS

I am trying to build a static site generator similar to this I want to use my own custom auth in my Hugo + Decap setup. Also how do I make sure that the changes in admin panel go to my Azure devops. ...
Prem Kumar's user avatar
0 votes
0 answers
871 views

Nuxt 3 unable to preload css

I am building a static site with Nuxt 3, deployed & hosted to Github Pages. I added a dynamic route to my static site under pages/features/[id].vue. However when viewing this page on my github ...
P.Pascarella's user avatar
1 vote
0 answers
211 views

11ty images not generating on Netlify, working ok locally

I have a small 11ty site running on Netlify and using Decap CMS (formerly Netlify CMS). There's an image field for uploading JPGs, and I've used 11ty Image to generate a Webp and an AVIF, then create ...
Derek Johnson's user avatar
1 vote
0 answers
258 views

Rendering dynamic routes in AnalogJS without using a prefix or a folder?

In this question we were able to render dynamic routes with 2 or more parameters, but they have to be either prefixed or contained in a folder. I'd like to be able to render a route like this, where :...
Ole's user avatar
  • 45.4k
2 votes
1 answer
166 views

Rendering routes with 2 or more route parameters with AnalogJS?

I have routes of that are defined like this: { path: ':category/:topic', component: TopicComponent, data: ROUTE_DATA, resolve: { topic: topicResolver }, canActivate: [topicGuard] ...
Ole's user avatar
  • 45.4k
1 vote
1 answer
447 views

Conditionally render more than one section in Hugo

I want to render all the markdown files inside every folder except the static one in my home page of the website, one way of doing that is by using union in hugo, but as number of folders increase, I ...
Aditya Mayukh Som's user avatar
0 votes
1 answer
186 views

Azure Static Web App with Gatsby not calling 3rd party external API (405 Status)

To illustrate the problem, please see the differences in request headers between app running on localhost and on Azure Static Web App service. On Localhost: On Azure Static Web Apps Service: Other ...
Nitbuntu's user avatar
0 votes
2 answers
599 views

Redirects in Next.js app on Digital Ocean not working and must use .html suffix for all pages

Is there a way to deploy a Next.js static site on Digital Ocean and get it to work "normally"? I got an app deployed but every page has to be accessed via the .html suffix, and redirects ...
Nightwolf's user avatar
  • 4,625
0 votes
0 answers
386 views

How close mobile menu after click on menu item

I've build website menu with Alpinejs and Tailwindcss, but when i clicked on the menu item when has shown mobile menu and after this i do backward to previous page i can still see opened menu. How can ...
Ľubo's user avatar
  • 13
0 votes
1 answer
210 views

how to set dynamic enviroment variable for static nextjs app deployed on IIS

I'm trying to deploy the static nextjs app(next export) on local Windows IIS. The web app communicates RestFul API server deployed on the same network. The problem is the address of RestFul API server....
Ray's user avatar
  • 55
2 votes
1 answer
272 views

Safari browser failing page hydration

Our website uses JS to do partial page hydration to avoid downloading the entire page when navigating within the website. We have been getting reports from Safari browser users that when they click a ...
MrCycling's user avatar
  • 2,992
3 votes
1 answer
684 views

Headless WordPress BUT using Gutenberg blocks and ACF blocks, is it possible?

I am looking to branch out into the world of headless WordPress(WP). I have a project lined up and was hoping to use a JS front end on top of WP. I've found lots of articles around headless WP setup, ...
H_G's user avatar
  • 31
8 votes
1 answer
2k views

SvelteKit fails to Run Dev | [plugin externalize-deps] Missing "./vite" export in "@sveltejs/kit" package

Following the Sveltekit docs here: https://kit.svelte.dev/docs/creating-a-project Everything is fine up until the npm run dev command, then this results: $ npm run dev > [email protected] dev > vite ...
theUnseen's user avatar
0 votes
2 answers
529 views

Can't display fetched posts in AstroJS [duplicate]

I am trying to build my website in AstroJS and I am not able to display the content I fetch inside the "Masonry" component, which is being rendered as an empty "div" in my browser. ...
udiskie's user avatar
  • 15
2 votes
2 answers
2k views

Which rendering mode to choose with Nuxt? SPA, SSR, SSG?

I'm still new to web dev and trying to build an Ecommerce app using Nuxt and Strapi as a CMS to enable the website owner (which in this case is also me) to easily add/edit/remove products. I've found ...
Muhammad Mahmoud's user avatar

15 30 50 per page
1
2 3 4 5
8