Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Naveedtechlab
/
portfolio
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
portfolio
/
next.config.ts
Naveedtechlab
Portfolio website - Muhammad Naveed
9589570
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
output
:
"standalone"
,
};
export
default
nextConfig;