next-drupal
next-drupal copied to clipboard
Next.js for Drupal has everything you need to build a next-generation front-end for your Drupal site: SSG, SSR, and ISR, Multi-site, Authentication, Webforms, Search API, I18n and Preview mode (works...
While scanning the next contributed module using upgrade status we found total 6 issues in which I have resolved 5 and 1 is remaining. **@internal** tagged in the annotation of...
I made a few updates to add detail to the "4. Generate keys" section within the "Create Oauth Client" page.
Would it be more consistent to remove the PHP script and just mention to select the Umami installation profile option when initially setting up Drupal This is how it's handled...
I'm quite new to this so I'm probably doing something wrong as I can't get the production site to fetch node updates. The preview mode works just fine and shows...
Bumps [next](https://github.com/vercel/next.js) from 12.2.3 to 12.3.1. Release notes Sourced from next's releases. v12.3.1 Core Changes Update react-server-dom-webpack: #40356 Fix flight manifest to include all chunks: #40365 docs: fix typos: #40342...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.7 to 10.4.12. Release notes Sourced from autoprefixer's releases. 10.4.12 Fixed support of unit-less zero angle in backgrounds (by @yisibl). 10.4.11 Fixed text-decoration prefixes by moving to...
I was getting an error [following the docs page on inline images](https://next-drupal.org/guides/inline-images): ``` Module not found: Package path ./lib/node.js is not exported from package /sites/mysite/node_modules/domhandler (see exports field in /sites/mysite/node_modules/domhandler/package.json)...
Bumps [copy-to-clipboard](https://github.com/sudodoki/copy-to-clipboard) from 3.3.1 to 3.3.2. Release notes Sourced from copy-to-clipboard's releases. v3.3.2 #116 fix npm audit #119 add aria hidden attribute Commits d1f21b1 3.3.2 10613f9 Update bundle 4b0d1f8 #119...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.1.6 to 3.1.8. Release notes Sourced from tailwindcss's releases. v3.1.8 Fixed Don’t prefix classes within reused arbitrary variants (#8992) Fix usage of alpha values inside single-named colors...
I got a ssr blog page. I cannot use the revalidation as next.js will throw a 500 - also it is not necessary as it is server side rendered. However...