mirror of https://github.com/sveltejs/svelte
chore: add dummy svelte.dev site (#9490)
* chore: add dummy svelte.dev site * link back to PR for context --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/9491/head
parent
b2e1f1c102
commit
11f4335ae2
@ -0,0 +1 @@
|
||||
<p>see <a href="https://github.com/sveltejs/svelte/pull/9490">here</a></p>
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "http://openapi.vercel.sh/vercel.json",
|
||||
"github": {
|
||||
"silent": true
|
||||
},
|
||||
"buildCommand": "echo \"ignore this\"",
|
||||
"outputDirectory": "placeholder"
|
||||
}
|
Loading…
Reference in new issue