-
Notifications
You must be signed in to change notification settings - Fork 0
updated dependencies #3
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| onlyBuiltDependencies: | ||
| - esbuild | ||
| - sharp | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,17 @@ | ||
| --- | ||
| import '../styles/global.css'; | ||
| import Social from './Social.astro'; | ||
|
|
||
| --- | ||
|
|
||
| <style> | ||
| footer { | ||
| display: flex; | ||
| gap: 1rem; | ||
| margin-top: 2rem; | ||
| } | ||
| </style> | ||
|
|
||
| <footer> | ||
| <Social platform="github" username="mmert9008" /> | ||
| --- | ||
| import '../styles/global.css'; | ||
| import Social from './Social.astro'; | ||
| --- | ||
| <style> | ||
| footer { | ||
| display: flex; | ||
| gap: 1rem; | ||
| margin-top: 2rem; | ||
| } | ||
| </style> | ||
| <footer> | ||
| <Social platform="github" username="mmert9008" /> | ||
| </footer> | ||
|
Comment on lines
+15
to
17
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| --- | ||
| import '../styles/global.css'; | ||
| --- | ||
|
|
||
| <a href="/">Home</a> | ||
| <a href="/about/">About</a> | ||
| <a href="/blog/">Blog</a> | ||
| --- | ||
| import '../styles/global.css'; | ||
| --- | ||
|
|
||
| <a href="/">Home</a> | ||
| <a href="/about/">About</a> | ||
| <a href="/blog/">Blog</a> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| --- | ||
| import '../styles/global.css'; | ||
| const { platform, username } = Astro.props; | ||
| --- | ||
|
|
||
| <a href={`https://www.${platform}.com/${username}`}>{platform}</a> | ||
|
|
||
| <style> | ||
| a { | ||
| padding: 0.5rem 1rem; | ||
| color: white; | ||
| background-color: #4c1d95; | ||
| text-decoration: none; | ||
| } | ||
| --- | ||
| import '../styles/global.css'; | ||
| const { platform, username } = Astro.props; | ||
| --- | ||
|
|
||
| <a href={`https://www.${platform}.com/${username}`}>{platform}</a> | ||
|
|
||
| <style> | ||
| a { | ||
| padding: 0.5rem 1rem; | ||
| color: white; | ||
| background-color: #4c1d95; | ||
| text-decoration: none; | ||
| } | ||
| </style> | ||
|
Comment on lines
+9
to
16
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,11 +1,11 @@ | ||||||||||||
| --- | ||||||||||||
| title: My Second Blog Post | ||||||||||||
| author: Astro Learner | ||||||||||||
| description: "After learning some Astro, I couldn't stop!" | ||||||||||||
| image: | ||||||||||||
| url: "https://docs.astro.build/assets/arc.webp" | ||||||||||||
| alt: "The Astro logo on a dark background with a purple gradient arc." | ||||||||||||
| pubDate: 2025-08-19 | ||||||||||||
| tags: ["astro", "blogging", "learning in public", "successes"] | ||||||||||||
| --- | ||||||||||||
| --- | ||||||||||||
| title: My Second Blog Post | ||||||||||||
| author: Astro Learner | ||||||||||||
| description: "After learning some Astro, I couldn't stop!" | ||||||||||||
| image: | ||||||||||||
| url: "https://docs.astro.build/assets/arc.webp" | ||||||||||||
| alt: "The Astro logo on a dark background with a purple gradient arc." | ||||||||||||
| pubDate: 2025-08-19 | ||||||||||||
| tags: ["astro", "blogging", "learning in public", "successes"] | ||||||||||||
| --- | ||||||||||||
| After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory! | ||||||||||||
|
Comment on lines
+10
to
11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a good practice to end all text files with a newline character. Please add one to this file for consistency and to adhere to POSIX standards.
Suggested change
|
||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,11 +1,11 @@ | ||||||||||||
| --- | ||||||||||||
| title: My Third Blog Post | ||||||||||||
| author: Astro Learner | ||||||||||||
| description: "I had some challenges, but asking in the community really helped!" | ||||||||||||
| image: | ||||||||||||
| url: "https://docs.astro.build/assets/rays.webp" | ||||||||||||
| alt: "The Astro logo on a dark background with rainbow rays." | ||||||||||||
| pubDate: 2025-08-19 | ||||||||||||
| tags: ["astro", "learning in public", "setbacks", "community"] | ||||||||||||
| --- | ||||||||||||
| --- | ||||||||||||
| title: My Third Blog Post | ||||||||||||
| author: Astro Learner | ||||||||||||
| description: "I had some challenges, but asking in the community really helped!" | ||||||||||||
| image: | ||||||||||||
| url: "https://docs.astro.build/assets/rays.webp" | ||||||||||||
| alt: "The Astro logo on a dark background with rainbow rays." | ||||||||||||
| pubDate: 2025-08-19 | ||||||||||||
| tags: ["astro", "learning in public", "setbacks", "community"] | ||||||||||||
| --- | ||||||||||||
| It wasn't always smooth sailing, but I'm enjoying building with Astro. And, the [Discord community](https://astro.build/chat) is really friendly and helpful! | ||||||||||||
|
Comment on lines
+10
to
11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add a final newline to this file. This is a standard convention for text files and improves compatibility with many development tools.
Suggested change
|
||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,31 @@ | ||
| *, | ||
| ::before, | ||
| ::after, | ||
| ::backdrop, | ||
| ::file-selector-button { | ||
| box-sizing: border-box; | ||
| margin: 0; | ||
| padding: 0; | ||
| } | ||
|
|
||
| html { | ||
| background-color: #f1f5f9; | ||
| font-family: sans-serif; | ||
| } | ||
|
|
||
| body { | ||
| margin: 0 auto; | ||
| width: 100%; | ||
| max-width: 80ch; | ||
| padding: 1rem; | ||
| line-height: 1.5; | ||
| } | ||
|
|
||
| * { | ||
| box-sizing: border-box; | ||
| } | ||
|
|
||
| h1 { | ||
| margin: 1rem 0; | ||
| font-size: 2.5rem; | ||
| *, | ||
| ::before, | ||
| ::after, | ||
| ::backdrop, | ||
| ::file-selector-button { | ||
| box-sizing: border-box; | ||
| margin: 0; | ||
| padding: 0; | ||
| } | ||
| html { | ||
| background-color: #f1f5f9; | ||
| font-family: sans-serif; | ||
| } | ||
| body { | ||
| margin: 0 auto; | ||
| width: 100%; | ||
| max-width: 80ch; | ||
| padding: 1rem; | ||
| line-height: 1.5; | ||
| } | ||
| * { | ||
| box-sizing: border-box; | ||
| } | ||
|
Comment on lines
+24
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| h1 { | ||
| margin: 1rem 0; | ||
| font-size: 2.5rem; | ||
| } | ||
|
Comment on lines
+28
to
31
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
onlyBuiltDependencieskey is not a valid configuration forpnpm-workspace.yaml. This file is intended for defining workspace packages. If your goal is to specify which dependencies should be built from source, this configuration should be placed in an.npmrcfile at the root of your project.To fix this, you should delete this file and create a
.npmrcfile with the following content:This misconfiguration is critical because it will be silently ignored, and the intended build behavior will not be applied.