Download the archive from nebulabuild from this link.
Unzip the archive into your project and use!
Download the archive from nebulabuild from this link.
Unzip the archive into your project and use!
npm i
dependencies in it and runnpm run dev
In the root of the project, create a folder public/pictures to put images etc.File settings astro.config.mjs
site: 'https://name.github.io' - Your name on gitHub
base: '/reponame/' - repo name
Multipage Links
<a href="/namerepo/">Home</a>In the project structure there is file CNAME, add the address of your custom domain with the prefix
File settings astro.config.mjs
import vercel from '@astrojs/vercel' - Import vercel
site: 'https://name.vercel.app' - site name
adapter: vercel() - add adapter
Then register and log in to the site with your account Vercel. select your repository and import it into project Vercel
Multipage Links
<a href="/">Home</a>swiper
gsap
sass
vite-plugin-browser-sync
vercel
scrollreveal
Ready Blocks has a structure and basic styles, if desired, you can customize them for yourself.
To use, uncomment the blocks and add them to the project in the desired location.