Skip to content

Commit 5b5c6e3

Browse files
committed
fix link
1 parent 4168146 commit 5b5c6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 37_ssr-forms/src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import Layout from '../layouts/Layout.astro';
33
4-
const proj = "07_ssr-forms"
4+
const proj = "37_ssr-forms"
55
66
if (Astro.request.method === "POST") {
77
try {

0 commit comments

Comments
 (0)