Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

baseUrl option is being ignored #10

Open
dave-stevens-net opened this issue May 9, 2019 · 0 comments
Open

baseUrl option is being ignored #10

dave-stevens-net opened this issue May 9, 2019 · 0 comments

Comments

@dave-stevens-net
Copy link

I recently upgraded to vs. 1.0.0 from 0.0.1-alpha.1 and now my baseUrl option is ignored. It was attempting to use localhost instead of the baseUrl. I had to revert back to 0.0.1-alpha.1, delete .cache and public in order to get it working again with my specified baseUrl.

        {
            resolve: `gatsby-source-wordpress`,
            options: {
                // your wordpress source
                baseUrl: `http://[mywpdomain].com:8090`,
                protocol: `http`,
                // is it hosted on wordpress.com, or self-hosted?
                hostingWPCOM: false,
                // does your site use the Advanced Custom Fields Plugin?
                useACF: true,
                verboseOutput: false,
                plugins: [
                    {
                        resolve: `gatsby-wordpress-inline-images`,
                        options: {
                            baseUrl: `http://[mywpdomain].com:8090`,
                            protocol: `http`,
                            maxWidth: 800,
                        },
                    },
                ],
            },
        },
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant