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

Fix exampleSite setup #786

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Fix exampleSite setup #786

merged 1 commit into from
Feb 20, 2024

Conversation

bep
Copy link
Contributor

@bep bep commented Feb 20, 2024

I noticed that the site didn't build when running from the exampleDir folder without vendoring.

The main fix here is to correct the module path in exampleSite/go.mod -- but I find working with replace (or work files) directives in go.mod a much better setup in these scenearios.

I noticed that the site didn't build when running from the `exampleDir` folder without vendoring.

The main fix here is to correct the module path in exampleSite/go.mod -- but I find working with replace (or work files) directives in go.mod a much better setup in these scenearios.
Copy link

netlify bot commented Feb 20, 2024

Deploy Preview for gethinode-demo ready!

Name Link
🔨 Latest commit 03c5d62
🔍 Latest deploy log https://app.netlify.com/sites/gethinode-demo/deploys/65d4c2119dc6de00084df941
😎 Deploy Preview https://deploy-preview-786--gethinode-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 95 (🟢 up 8 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 93 (🔴 down 7 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@markdumay
Copy link
Collaborator

Thanks @bep - appreciate it!

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

Successfully merging this pull request may close these issues.

None yet

2 participants