Conversation
Hi there! 👋You've successfully made a pull request! Here are some steps to do while waiting for a maintainer to review the pull request:
Note: Because of the influx of pull requests we are trying to do them all, but this would mean longer wait time. We'll try to get to them when we can. Thanks for the patience. |
STICKnoLOGIC
left a comment
There was a problem hiding this comment.
- fix social links and projects link
I did provided an email for social & and for whole website review here it is minikip.netlify.app |
There was a problem hiding this comment.
Pull request overview
Adds DNS configuration files to register minikip.is-a.dev (apex) and www.minikip.is-a.dev in the repository’s domains/-driven DNS setup.
Changes:
- Added
domains/minikip.jsonwith anArecord. - Added
domains/www.minikip.jsonwith aCNAMErecord.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| domains/minikip.json | Defines apex (minikip) DNS records and owner metadata. |
| domains/www.minikip.json | Defines www.minikip DNS records (CNAME) and owner metadata. |
|
footer and the stramp.me |
I actually dont want the footer and stramp.me will be a client its in progress so i didnt add them |
| "email": "minikip@proton.me" | ||
| }, | ||
| "records": { | ||
| "CNAME": "minikip.netlify.app" |
There was a problem hiding this comment.
Netlify (and many hosted DNS targets) typically expect the CNAME target to be a fully-qualified domain name. Consider using a trailing dot (minikip.netlify.app.) to avoid any chance of the DNS provider/applying system treating it as relative.
| "CNAME": "minikip.netlify.app" | |
| "CNAME": "minikip.netlify.app." |
| "email": "minikip@proton.me" | ||
| }, | ||
| "records": { | ||
| "A": ["75.2.60.5"] |
There was a problem hiding this comment.
Hard-coding an A record to 75.2.60.5 can be brittle if the hosting provider changes the recommended IPs. If this is intended to point to Netlify/another managed platform, prefer the provider’s recommended configuration (often A records with multiple IPs or using a CNAME/ALIAS at apex if supported by the is-a.dev system) to improve reliability.
| "A": ["75.2.60.5"] | |
| "A": ["75.2.60.5", "99.83.190.102"] |
I agree to the Terms of Service.
My file is following the domain structure.
My website is reachable and completed.
My website is software development related.
My website is not for commercial use.
I have provided contact information in the owner key.
I have provided a preview of my website below.