diff options
author | 2021-08-20 15:54:37 +0000 | |
---|---|---|
committer | 2021-08-20 15:54:37 +0000 | |
commit | aaef6aefefeaf4b6b01bf826a08ab2b71ea6d85c (patch) | |
tree | 52dc59c827cb3829a9cd154efaa61f701fcb04f6 /docs/src | |
parent | 68294f777d9ecc9a67c2e7306133d76bc9bb02d9 (diff) | |
download | astro-aaef6aefefeaf4b6b01bf826a08ab2b71ea6d85c.tar.gz astro-aaef6aefefeaf4b6b01bf826a08ab2b71ea6d85c.tar.zst astro-aaef6aefefeaf4b6b01bf826a08ab2b71ea6d85c.zip |
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/comparing-astro-vs-other-tools.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/pages/comparing-astro-vs-other-tools.md b/docs/src/pages/comparing-astro-vs-other-tools.md index 4b6c94512..47719ff1c 100644 --- a/docs/src/pages/comparing-astro-vs-other-tools.md +++ b/docs/src/pages/comparing-astro-vs-other-tools.md @@ -48,7 +48,6 @@ Elder.js was designed to run on large websites, and claims to build one website Elder.js supports both Static Site Generation (SSG) and Server-Side Rendering (SSR). Today, Astro only supports Static Site Generation (SSG). - ## Eleventy vs. Astro [Eleventy](https://www.11ty.dev/) is a popular static site builder, powered by Node.js. |