-
Notifications
You must be signed in to change notification settings - Fork 0
Merge : documents.liria.work #2
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- documents.liria.workのコードを移行 - iconify-vueに問題あり
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
- documents.liria.workのコードを移行 - iconify-vueに問題あり
… into merge-documents
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.
Copilot reviewed 37 out of 47 changed files in this pull request and generated 2 comments.
Files not reviewed (10)
- .prototools: Language not supported
- apps/documents/.gitignore: Language not supported
- apps/documents/package.json: Language not supported
- apps/documents/src/components/card.astro: Language not supported
- apps/documents/src/components/link.astro: Language not supported
- apps/documents/src/components/table.astro: Language not supported
- apps/documents/src/layouts/article.astro: Language not supported
- apps/documents/src/layouts/footer.astro: Language not supported
- apps/documents/src/layouts/header.astro: Language not supported
- apps/documents/src/layouts/main.astro: Language not supported
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
documents.liria.work
の内容をマージThis pull request includes several changes to the
apps/documents
project, focusing on configuration, dependencies, and component updates. The most important changes include adding a.gitignore
file, configuring Astro with various plugins, updatingpackage.json
with dependencies and scripts, and adding multiple components in both Astro and Vue formats.Configuration and Dependencies:
.gitignore
file to exclude build output, dependencies, logs, environment variables, macOS-specific files, and JetBrains settings folder.astro.config.ts
.package.json
with project scripts and dependencies for Astro, TailwindCSS, Vue, React, and other plugins.Component Updates:
card.astro
component with TailwindCSS classes and conditional rendering based on thetype
prop.link.astro
component with dynamic icon and new tab handling based on thehref
prop.link.vue
component with similar functionality aslink.astro
, using Vue'sdefineProps
andwithDefaults
.Open Graph Image Generation:
generate.tsx
for generating Open Graph images using@vercel/og
and a custom font fetch function.graphics-item.tsx
,graphics.tsx
, andhome.tsx
components for different Open Graph image layouts, utilizing thegenerate
function. [1] [2] [3]