Skip to content

Commit

Permalink
chore: add dummy svelte.dev site (#9490)
Browse files Browse the repository at this point in the history
* chore: add dummy svelte.dev site

* link back to PR for context

---------

Co-authored-by: Rich Harris <[email protected]>
  • Loading branch information
Rich-Harris and Rich-Harris authored Nov 16, 2023
1 parent b2e1f1c commit 11f4335
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions sites/svelte-5-preview/placeholder/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>see <a href="https://github.com/sveltejs/svelte/pull/9490">here</a></p>
8 changes: 8 additions & 0 deletions sites/svelte-5-preview/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "http://openapi.vercel.sh/vercel.json",
"github": {
"silent": true
},
"buildCommand": "echo \"ignore this\"",
"outputDirectory": "placeholder"
}

0 comments on commit 11f4335

Please sign in to comment.