Skip to content

Commit 11f4335

Browse files
authored
chore: add dummy svelte.dev site (#9490)
* chore: add dummy svelte.dev site * link back to PR for context --------- Co-authored-by: Rich Harris <[email protected]>
1 parent b2e1f1c commit 11f4335

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>see <a href="https://github.com/sveltejs/svelte/pull/9490">here</a></p>

sites/svelte-5-preview/vercel.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "http://openapi.vercel.sh/vercel.json",
3+
"github": {
4+
"silent": true
5+
},
6+
"buildCommand": "echo \"ignore this\"",
7+
"outputDirectory": "placeholder"
8+
}

0 commit comments

Comments
 (0)