Persist input text in local storage (#472)
This commit is contained in:
parent
543267516e
commit
505caa9aff
5 changed files with 73 additions and 45 deletions
|
|
@ -2,6 +2,9 @@ import type { NextConfig } from 'next';
|
|||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
experimental: {
|
||||
ppr: true,
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue