Update fixtures with Prettier formatting

This commit is contained in:
James M. Greene
2022-08-05 15:40:25 -05:00
parent d949e1515f
commit da85ca493f
13 changed files with 47 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {images: {unoptimized: true}},
experimental: { images: { unoptimized: true } },
basePath: '/docs',
reactStrictMode: true,
swcMinify: true