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 d548a5a commit a6c05edCopy full SHA for a6c05ed
site/src/routes/faq.js
@@ -0,0 +1,4 @@
1
+export function get(req, res) {
2
+ res.writeHead(302, { Location: 'https://github.com/sveltejs/svelte/wiki/FAQ' });
3
+ res.end();
4
+}
0 commit comments