File tree 2 files changed +5
-6
lines changed 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<svelte:head >
8
8
<title >Home</title >
9
- <meta name =" description" content =" Svelte demo app" />
9
+ <meta name =" description" content =" DDEV test svelte app" />
10
10
</svelte:head >
11
11
12
12
<section >
Original file line number Diff line number Diff line change 1
1
<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 " />
4
4
</svelte:head >
5
5
6
6
<div class =" text-column" >
7
- <h1 >About this app </h1 >
7
+ <h1 >Test page for DDEV to find at /about </h1 >
8
8
9
9
<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.
12
11
</p >
13
12
14
13
<pre >npx sv create</pre >
You can’t perform that action at this time.
0 commit comments