Skip to content

followupthen/marketing-site-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marketing-site

www.mailbots.com

Development

$ npm run dev

Building for production

$ npm run build

After running the build script, you can publish the generated /out folder to any webserver.

It's advisable to set cache headers for the generated js/css/image files to never expire the files - see https://immutablewebapps.org/ - NOTE: don't add non-expiring cache headers to html files.

This way, the resources will be cached for an indeterminate amount of time. Yet, new releases/builds will change the file names with different hashes, so they will be fetched again by the browser.

About

www.mailbots.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors