Main public logs

Jump to navigation Jump to search

Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:31, 7 October 2023 Iwiseman talk contribs created page NextJS Notes (Created page with "=Introduction= This page is meant to capture parts of NextJS not covered by React =External Images= When using external images on a page you next to specify the allowed domains const nextConfig = { images: { remotePatterns: [ { protocol: "https", hostname: "images.unsplash.com", }, ], }, experimental: { serverActions: true, }, };")