Persist input text in local storage (#472)

This commit is contained in:
Jeremy 2024-10-31 21:02:05 +05:30 committed by GitHub
parent 543267516e
commit 505caa9aff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 73 additions and 45 deletions

View file

@ -2,6 +2,9 @@ import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
/* config options here */
experimental: {
ppr: true,
},
images: {
remotePatterns: [
{