Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 515 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 515 Bytes

Nuxt3 WordPress Headless Starter

Setup

  1. Make sure to install the dependencies
pnpm i
  1. Create a .env file in the root of your project, add the variables from .env.example

Hosting

  1. Create a vercel project with the following build command:
npm run build:prod
  1. Add the env variables from the .env file to the vercel project.
  2. Configure a domain, should be the same as NUXT_PUBLIC_SITE_URL. You eventually have to redeploy the project after changing the domain.