This is the minimal directory structure to get an up and running ADLink.
ADLink
β£ π components/
β β π icons
β β π Layout.js
β β π Online.tsx
β β π ReusableStyles.js
β β π Seo.js
β β π WebLinks.js
β£ π data/
β β π BioData.js
β β π LinksData.js
β£ π public
β£ π nuxt-seo.config.js
- The
components/WebLinks.js
is your Frontend Configuration. - The
data/
directory is where you write your data. - The
public
folder is where all the photos are stored. - The
nuxt-seo.config.js
is your SEO Configuration.