Skip to content

Commit 1e5ec23

Browse files
committed
fixed cannonical
1 parent 40ad6fb commit 1e5ec23

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

bitext/svelte.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ const config = {
77
runes: ({ filename }) => (filename.split(/[/\\]/).includes('node_modules') ? undefined : true)
88
},
99
kit: {
10-
adapter: adapter()
10+
adapter: adapter(),
11+
/** Canonical / og:url on prerendered routes (examples, privacy). Without this, build bakes `http://sveltekit-prerender/...`. */
12+
prerender: {
13+
origin: 'https://aligner.tinygods.dev'
14+
}
1115
}
1216
};
1317

0 commit comments

Comments
 (0)