username | [email protected] |
password | HG8GrrELDKy3TqVOUcjE! |
Uses Vercel for hosting, so the output is vercel adapter. This can be changed by changing or removing the astro adapter
- Search minimal API
- Sitemap optimisation? API for sitemap rather than recursive calls to cd API?
- Sitemap xml for SSR? - potentially adding custom pages to the integration from api
- Meta Data population
- More filters for hideOnSitemap, hideInNavigation
use node 20.x (I'm using: 20.11.1).
nvm install 20.11.1
nvm use 20.11.1
use yarn:
npm install yarn -g
Umbraco must be running for the routes to build statically on the frontend client.
cd src
cd UmbracoHeadlessSandbox.umbraco
dotnet run
cd src
cd UmbracoHeadlessSandbox.frontend
yarn start
Once started, you might have a prompt to install an SSL certificate, accept the prompt.
Only generate when document types / media types are updated in Umbraco.
yarn generate
IMAGE_BASE_URL=https://localhost:44335
API_BASE_URL=https://localhost:44335
UMBRACO_API_KEY='6536e4ec-cba3-4411-a21e-d933eb7dcc23'
UMBRACO_PREVIEW=true
DISABLE_SSR=true
NODE_ENV=development
NODE_TLS_REJECT_UNAUTHORIZED=0
https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api#current-limitations