Refactored settings components.
This commit is contained in:
10
pages/settings/index.js
Normal file
10
pages/settings/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default () => null;
|
||||
|
||||
export async function getServerSideProps() {
|
||||
return {
|
||||
redirect: {
|
||||
destination: '/settings/websites',
|
||||
permanent: true,
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user