Skip to content

Commit

Permalink
feat: hyperlink pages in feedback messages (#2501)
Browse files Browse the repository at this point in the history
Co-authored-by: taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaassssssssssssssssssssssssssssssssssssssssssssssssssssky <[email protected]>

k
  • Loading branch information
taskylizard committed Oct 17, 2024
1 parent ba921bc commit 333a367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/routes/feedback.post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ export default defineEventHandler(async (event) => {
)
const env = useRuntimeConfig(event)

const pageURL = `https://fmhy.net${page}`
const fields = [
{
name: 'Page',
value: page,
value: `[${page}](${pageURL})`,
inline: true
},
{
Expand Down

0 comments on commit 333a367

Please sign in to comment.