-
Notifications
You must be signed in to change notification settings - Fork 6
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
re-match #214
re-match #214
Conversation
❌ Deploy Preview for dapper-gnome-2a669c failed.
|
app/server/api/dtpr/v0/[locale].ts
Outdated
@@ -6,7 +6,7 @@ export default defineEventHandler(async event => { | |||
const { siteUrl } = useRuntimeConfig(); | |||
const locale = event.context.params?.locale || 'en'; | |||
|
|||
const iconUrl = (icon: string) => { | |||
const iconUrl = (icon: /dtpr-icons/string) => { |
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.
This shouldn't change. I think a search and replace got here by accident.
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.
Oh, thanks for catching this you're completely right
prototypes/vision/src/template.ejs
Outdated
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.
Same for this file. Search and replace was too aggressive
reverses overly ambitious find and replace
matches markdown files with correct icons