You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add new Landing Page design for merino (#16)
* Added new Landing Page design
* Fixed a broken link
* Refactored index vue generation
* Fixed Linting issues
* Added new line at the end of index.vue
* Modified things to make things more thingy
* Removed a thingy that did not thing correctly
* Updated ModuleConfig and CI/CD
* Updated CI/CD
* Removed CD
* Small design changes
* Fixed text if no module was selected
* Fixed CSS style indentation
* Fixed text link
---------
Co-authored-by: Nils <[email protected]>
${selectedModules.length>0 ? "Get started in no time with the following amazing modules:" : "Add some of our amazing modules <a href='https://sidebase.io' target='_blank'>here</a>."}
"Prisma unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety & auto-completion.",
"- [ ] Auth: Configure your auth providers to the [NuxtAuthHandler](./server/api/auth/[...].ts)",
387
415
"- [ ] Auth, optional: Enable global protection by setting `enableGlobalAppMiddleware: true` in [your nuxt.config.ts](./nuxt.config.ts). Delete the local middleware in the [protected.vue](./pages/protected.vue) page if you do"
388
416
],
389
-
htmlForIndexVue: `<p>
390
-
Checkout the page protected by \`nuxt-auth\` here:
"Nuxt user authentication and sessions through nuxt-auth. nuxt-auth wraps NextAuth.js to offer the reliability & convenience of a 12k star library to the nuxt 3 ecosystem with a native developer experience (DX)",
0 commit comments