Make sidebar collections sortable

This commit is contained in:
Isaac Wise
2024-02-22 01:51:51 -06:00
parent 0dda77db1e
commit 44272540aa
9 changed files with 253 additions and 69 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
reactStrictMode: false,
images: {
domains: ["t2.gstatic.com"],
minimumCacheTTL: 10,