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