| username | admin@umbraco.com |
| 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.1use yarn:
npm install yarn -gUmbraco must be running for the routes to build statically on the frontend client.
cd src
cd UmbracoHeadlessSandbox.umbraco
dotnet runcd 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=0https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api#current-limitations
