Skip to content

Commit

Permalink
Merge pull request #385 from onwidget/prototypa-patch-1
Browse files Browse the repository at this point in the history
Explicit declaration of non-SSR support
  • Loading branch information
prototypa authored Mar 8, 2024
2 parents b880715 + d949cf2 commit d3a4521
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@

**AstroWind** tries to give you quick access to creating a website using [Astro 4.0](https://astro.build/) + [Tailwind CSS](https://tailwindcss.com/). It's a free theme which focuses on simplicity, good practices and high performance.

Very little vanilla javascript is used only to provide basic functionality so that each developer decides which framework (React, Vue, Svelte, Solid JS...) to use and how to approach their goals..
Very little vanilla javascript is used only to provide basic functionality so that each developer decides which framework (React, Vue, Svelte, Solid JS...) to use and how to approach their goals.

In this version the template only supports the `static` and `hybrid` options in the `output` configuration (not SSR). We are working on the next version that, among other features, will be compatible with SSR.

### Project structure

Expand Down

0 comments on commit d3a4521

Please sign in to comment.