Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Reubencf
/
HF_QR_Gen
like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5de7420
HF_QR_Gen
/
next.config.ts
Reubencf
Initial commit from Create Next App
bc774a3
about 1 month ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
/* config options here */
};
export
default
nextConfig;