We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd01093 commit fd90c41Copy full SHA for fd90c41
apps/svelte.dev/svelte.config.js
@@ -11,6 +11,8 @@ const config = {
11
inlineStyleThreshold: 1000,
12
13
prerender: {
14
+ origin: 'https://svelte.dev',
15
+
16
handleMissingId(warning) {
17
if (warning.id.startsWith('H4sIA')) {
18
// playground link — do nothing
0 commit comments