Skip to content

Commit 34e3fc4

Browse files
Migrate to Vite 5 (#3)
* Migrate to Vite 5 * Keep this enabled. * Just Statamic * Pull in `site.js` here too --------- Co-authored-by: Duncan McClean <[email protected]> Co-authored-by: Duncan McClean <[email protected]>
1 parent 93be13e commit 34e3fc4

File tree

11 files changed

+2338
-58
lines changed

11 files changed

+2338
-58
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- statamic:hide -->
22
# Multisimplicity
3-
> A Multilingual focused Starter Kit for Statamic 3
3+
> A Multilingual focused Starter Kit for Statamic
4+
45
<!-- /statamic:hide -->
56

67
## Overview
@@ -23,7 +24,7 @@ A few notes on how the site is built.
2324
- [SEO Pro](https://statamic.com/addons/statamic/seo-pro) support with basic meta and Open Graph fallbacks.
2425
### Frontend Build Details
2526

26-
- Built with [TailwindCSS 3](https://tailwindcss.com) with pre-Purged CSS for 11kb of production CSS (make sure to recompile with `npm run dev/production` if you change the markup)
27+
- Built with [TailwindCSS 3](https://tailwindcss.com) with pre-Purged CSS for 11kb of production CSS (make sure to recompile with `npm run dev/build` if you change the markup)
2728
- Full [static site](https://github.com/statamic/ssg) support
2829
- Multi-site with completely shared views for simplicity
2930
- Only JavaScript is the Bard gallery that links to full-sized images with an [Alpine.js](https://alpinejs.dev) powered lightbox. It uses yield/section tags to push the CDN build into the html `<head>` from the `partials/_photo_gallery.antlers.html` partial.

0 commit comments

Comments
 (0)