Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions docs/misc/comparison/winglang.mdx

This file was deleted.

1 change: 0 additions & 1 deletion docs/misc/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Learn how Nitric compares to:
- [Terraform](./comparison/terraform)
- [SST](./comparison/sst)
- [Encore](./comparison/encore)
- [Wing](./comparison/winglang)
- [Ampt](./comparison/ampt)

## More questions?
Expand Down
6 changes: 6 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,12 @@ const nextConfig = {
basePath: false,
permanent: true,
},
{
source: '/docs/misc/comparison/winglang',
destination: '/docs/',
basePath: false,
permanent: true,
},
]
},
async headers() {
Expand Down
Loading