Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fail #3300

Closed
pavelnikitin opened this issue Dec 21, 2017 · 3 comments
Closed

build fail #3300

pavelnikitin opened this issue Dec 21, 2017 · 3 comments

Comments

@pavelnikitin
Copy link

Description

Describe the issue or the enhancement that you want to see.

Environment

Gatsby version:
Node.js version:
Operating System:

File contents (if changed):

gatsby-config.js:
package.json:
gatsby-node.js:
gatsby-browser.js:
gatsby-ssr.js:

Actual result

What happened.

Expected behavior

What should happen?

Steps to reproduce

1.Hello Kayle ! Sorry for my bad english it's not my native language.
I have portfolio on hosting and from it i want to refferense on my webpage made with awesome Gatsby js.
How can I indicate the path, because refference from my portfolio just on index.html not working.But it fine working with module http server /public in my cpu. Or how can i replace "/" on "./" in beginning path, because pathprefix add another "/" at beginning. Thanks!

2.

3.

...

@KyleAMathews
Copy link
Contributor

You want to use an absolute link e.g. https://example.com/portfolio.

@pavelnikitin
Copy link
Author

pavelnikitin commented Dec 22, 2017

I want to link in my portfolio site index.html like
<a href="./gatsbywebpage/index.html">gatsbywebpage</a> There is root folder on hosting "portfolio" made with just css and html, in there folder with gatsby project "gatsbywebpage" .A Folder "gatsbywebpage" it's renamed folder "public" made with script "gatsby build". https://portfolio/gatsbywebpage - not working (errors files not found in browser's console).

@pavelnikitin
Copy link
Author

I have understood, build with path-refix "/gatsbywebpage".Thanks Kyle. Closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants