Forum Discussion
swhistance
Nov 10, 2022Copper Contributor
Root Page
When users select the SharePoint App I want them to land on the root site and not the SharePoint start page - How can i do this?
- Nov 14, 2022
You can do it with CSS and inject it to every site using SPFX extension. Or if it's just one site using React Script editor Webpart
My recommendation is to company Logo there and set the URL to the Intranet, and teach the users to use that
swhistance
Copper Contributor
Already using the company logo for redirect to external site, but I'll look at adding something else with the webpart - thank-you!
Nov 14, 2022
Here is some links to help you 🙂 :
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions
https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-script-editor
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions
https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-script-editor