How to map domain name on production site

Hello

I am testing the framework but its working on 3000 port but i am unable to map domain name of live production site.

Thanks

Hey @dwarkapuria15, welcome to the community :slight_smile:

If you want to test your local environment with your wordpress content, you can change the state.source.apiUrl setting in the frontity.settings.js file:

    {
      name: "@frontity/wp-source",
      state: {
        source: {
          apiUrl: "https://my-site.com/wp-json"
        }
      }
    }

If that’s not what you want please let me know.