Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit f5f33a5

Browse files
committed
change url
Signed-off-by: Crisciany Souza <[email protected]>
1 parent 9938d50 commit f5f33a5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<template>
2+
<div>
3+
<p>Redirecionando...</p>
4+
</div>
5+
</template>
6+
7+
<script>
8+
export default {
9+
mounted () {
10+
const redirect = this.$page.frontmatter.redirect
11+
if (redirect) {
12+
window.location.replace(redirect)
13+
}
14+
}
15+
}
16+
</script>

site/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
home: true
3+
layout: Redirect
4+
redirect: https://docs.libresign.coop/developer_manual/
35
actionText: To be libre →
46
actionLink: /Getting-started
57
features:

0 commit comments

Comments
 (0)