Skip to content

Commit e2050ec

Browse files
author
Christopher Harrison
committed
Working on auth
1 parent 7be5994 commit e2050ec

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

‎staticwebapp.config.json‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"routes": [
3+
{
4+
"route": "/api/login",
5+
"rewrite": "/.auth/login/github"
6+
}
7+
]
8+
}

‎svelte.config.js‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export default {
1111
}),
1212
files: {
1313
assets: 'static'
14-
}
14+
},
15+
router: false,
16+
// ssr: false
1517
}
1618
};

0 commit comments

Comments
 (0)