Skip to content

Commit 0dd5363

Browse files
committed
Make about page a test page for ddev
1 parent 04a368b commit 0dd5363

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<svelte:head>
88
<title>Home</title>
9-
<meta name="description" content="Svelte demo app" />
9+
<meta name="description" content="DDEV test svelte app" />
1010
</svelte:head>
1111

1212
<section>

src/routes/about/+page.svelte

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<svelte:head>
2-
<title>About</title>
3-
<meta name="description" content="About this app" />
2+
<title>About DDEV Testing</title>
3+
<meta name="description" content="Test page for DDEV to find at /about" />
44
</svelte:head>
55

66
<div class="text-column">
7-
<h1>About this app</h1>
7+
<h1>Test page for DDEV to find at /about</h1>
88

99
<p>
10-
This is a <a href="https://svelte.dev/docs/kit">SvelteKit</a> app. You can make your own by typing
11-
the following into your command line and following the prompts:
10+
This project is just for automated testing of DDEV.
1211
</p>
1312

1413
<pre>npx sv create</pre>

0 commit comments

Comments
 (0)