architect / arc.codes

The Architect web site! 🌩
https://arc.codes
Apache License 2.0
313 stars 99 forks source link

Add landing page #747

Closed colepeters closed 4 months ago

colepeters commented 4 months ago

Adds a landing page for arc.codes. Temporarily lives at the new /landing route for preview purposes until we're ready to promote this page to the index route for the app.

The landing page is built with arc-plugin-enhance and a couple related arc plugins; these only run on the landing page route and the rest of the site has been left as a standard Architect app.

Also adds eslintConfig.parserOptions.ecmaVersion: 2022 to package.json in order to allow top level await (used on manifest-examples.mjs).