Skip to content

Commit

Permalink
feat: feedback tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
qamarq committed Jan 16, 2025
1 parent a754c5b commit 6442185
Show file tree
Hide file tree
Showing 10 changed files with 408 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ export default defineConfig({
label: "Projekty",
autogenerate: { directory: "projects" },
},
{
label: "Poradniki",
autogenerate: { directory: "tutorials" },
},
],
}),
tailwind({
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"format": "prettier --write .",
"prepare": "husky"
},
"imports": {
"#assets/*": "./src/assets/*?url",
"#components/*": "./src/components/*.astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.3",
Expand Down
Binary file added src/assets/tutorials/feedback-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tutorials/feedback-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tutorials/feedback-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tutorials/feedback-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tutorials/feedback-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tutorials/feedback-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/tutorials/feedback-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6442185

Please sign in to comment.