Using source code for custom pages
next export
for example if you’re using Next.js)
myawesomewebsite.com
and you upload the ZIP file as shown above. Then you would have the following pages as custom pages:
myawesomewebsite.com
homepage would be index.html
myawesomewebsite.com/welcome-to-my-page
would be welcome-to-my-page.html
(notice no .html
at the end of the page)myawesomewebsite.com/hello/world.html
would be hello/world.html
(notice no .html
at the end of the page)style.css
and my-dog.mp4
) would be hosted on a CDN instead of directly on your main domain (myawesomewebsite.com
). This ensures less load on main host and faster website load times.
This means that instead of myawesomewebsite.com/style.css
for loading the stylesheet, you would load it from anotherdomain-cdnurl.com/.../style.css
. This other URL that you have to prefix will be provided to you based on the technology you use.
Pages & redirects
.
Custom pages
and go to the Manage Fermion
section
custom HTML website
option. Similarly, based on your requirements you can choose from available options of technologies.
custom HTML website
option. Please
choose the option which suits the best for your needs.<base href="https://custom-webpage-static-assets-production.fermion.app/66467a43e44cda2c9f7ab7a9-custom-zip-pages/">