trig deploy
This commit is contained in:
parent
e812a1b44d
commit
1071ed8107
|
@ -1,10 +1,11 @@
|
||||||
---
|
---
|
||||||
import { Confirmed } from '../../components/Nav/Confirmed'
|
import { Confirmed } from '../../components/Nav/Confirmed'
|
||||||
|
import { t } from '../../utils/intl'
|
||||||
|
|
||||||
const token = Astro.params.token?.toString() || ''
|
const token = Astro.params.token?.toString() || ''
|
||||||
---
|
---
|
||||||
<html>
|
<html>
|
||||||
<head><title>discours.io</title></head>
|
<head><title>{t('Discours')}</title></head>
|
||||||
<body>
|
<body>
|
||||||
<Confirmed token={token} />
|
<Confirmed token={token} />
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
|
import { t } from '../../utils/intl'
|
||||||
import { Confirmed } from '../../components/Nav/Confirmed'
|
import { Confirmed } from '../../components/Nav/Confirmed'
|
||||||
---
|
---
|
||||||
<html>
|
<html>
|
||||||
<head><title>discours.io</title></head>
|
<head><title>{t('Discours')}</title></head>
|
||||||
<body>
|
<body>
|
||||||
<Confirmed />
|
<Confirmed />
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user