Skip to content

Commit

Permalink
[feat]: v2 public image
Browse files Browse the repository at this point in the history
  • Loading branch information
VineeTagarwaL-code committed Nov 1, 2024
1 parent 28ca211 commit 4b7b3ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
1 change: 1 addition & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ WORKDIR /app

COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/public ./public
COPY --from=builder /app/package.json ./

EXPOSE 3000
Expand Down
2 changes: 1 addition & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://blog.vineet.tech</loc><lastmod>2024-11-01T15:54:07.483Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://blog.vineet.tech</loc><lastmod>2024-11-01T16:01:56.855Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
35 changes: 1 addition & 34 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,6 @@

@layer base {
:root {
details{
background-color: rgba(0, 0, 0, .1);
padding: 1rem;
border-radius: 10px;
}
--background: 0 0% 90%;
--foreground: 0 0% 3.9%;
--card: 0 0% 100%;
--card-foreground: 0 0% 3.9%;
--popover: 0 0% 100%;
--popover-foreground: 0 0% 3.9%;
--primary: 0 0% 9%;
--primary-foreground: 0 0% 98%;
--secondary: 0 0% 96.1%;
--secondary-foreground: 0 0% 9%;
--muted: 0 0% 96.1%;
--muted-foreground: 0 0% 45.1%;
--accent: 0 0% 96.1%;
--accent-foreground: 0 0% 9%;
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 89.8%;
--input: 0 0% 89.8%;
--ring: 0 0% 3.9%;
--radius: 0.5rem;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
}

.dark {

details{
background-color: rgba(255, 255, 255, .1);
padding: 1rem;
Expand Down Expand Up @@ -68,6 +34,7 @@
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
}

}


Expand Down

0 comments on commit 4b7b3ff

Please sign in to comment.