Create build step for the web server (#289)

* Create build step for the web server

* Update bskyweb routes and 404 behavior
This commit is contained in:
Paul Frazee 2023-03-14 17:30:15 -05:00 committed by GitHub
parent 8629e167cd
commit 8d2e649b4d
9 changed files with 169 additions and 27 deletions

View file

@ -238,7 +238,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center',
width: 136,
width: 138,
borderRadius: 24,
paddingVertical: 10,
paddingHorizontal: 16,