Learn how to use the useCraftAuthToken composable.
This composable returns the Bearer auth token defined in your nuxt.config.ts.
nuxt.config.ts
const authToken = useCraftAuthToken();
function useCraftAuthToken(): string;
useCraftSeoMatic
Learn how to use the useCraftSeoMatic composable.
CraftPage
Learn how to use the CraftPage component.