Skip to content

Commit

Permalink
Merge pull request #933 from flowforge/491-add-/sign-up-redirect-to-t…
Browse files Browse the repository at this point in the history
…he-app

Add /sign-up redirect to the app
  • Loading branch information
ZJvandeWeg authored Jul 11, 2023
2 parents d541eb1 + dc93bac commit ef201ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/sign-up.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
# Inspired by https://github.com/11ty/eleventy/issues/510#issuecomment-824104799
#
# This file generates redirects for pages that have moved.
#
pagination:
data: redirects
size: 1
alias: redirect
# Add your redirection tuples to this list!
redirects:
- { "from": "/sign-up/", "to": "https://app.flowforge.com/account/create"}
# The "permalink" attribute determines where the output page will be located.
permalink: "{{ redirect.from }}"
# The "redirect" layout just has a small html header with the meta tags that do redirection.
layout: redirect
title: "Create an account for FlowForge"
sitemapPriority: 0.9
---
(the content can be left blank; it's entirely the frontmatter doing the work here.)

0 comments on commit ef201ca

Please sign in to comment.