Skip to content

Commit

Permalink
Move cna public assets to be hosted.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Jun 16, 2024
1 parent 3dba220 commit 46b20f6
Show file tree
Hide file tree
Showing 48 changed files with 40 additions and 256 deletions.
10 changes: 5 additions & 5 deletions packages/create-next-app/templates/app-tw/js/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Home() {
<main className="flex flex-col gap-8 row-start-2 items-center sm:items-start">
<Image
className="dark:invert"
src="/next.svg"
src="https://nextjs.org/icons/next.svg"
alt="Next.js logo"
width={180}
height={38}
Expand All @@ -31,7 +31,7 @@ export default function Home() {
>
<Image
className="dark:invert"
src="/vercel.svg"
src="https://nextjs.org/icons/vercel.svg"
alt="Vercel logomark"
width={20}
height={20}
Expand All @@ -57,7 +57,7 @@ export default function Home() {
>
<Image
aria-hidden
src="/file-text.svg"
src="https://nextjs.org/icons/file.svg"
alt="File icon"
width={16}
height={16}
Expand All @@ -72,7 +72,7 @@ export default function Home() {
>
<Image
aria-hidden
src="/window.svg"
src="https://nextjs.org/icons/window.svg"
alt="Window icon"
width={16}
height={16}
Expand All @@ -87,7 +87,7 @@ export default function Home() {
>
<Image
aria-hidden
src="/globe.svg"
src="https://nextjs.org/icons/globe.svg"
alt="Globe icon"
width={16}
height={16}
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions packages/create-next-app/templates/app-tw/js/public/globe.svg

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions packages/create-next-app/templates/app-tw/js/public/vercel.svg

This file was deleted.

This file was deleted.

10 changes: 5 additions & 5 deletions packages/create-next-app/templates/app-tw/ts/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Home() {
<main className="flex flex-col gap-8 row-start-2 items-center sm:items-start">
<Image
className="dark:invert"
src="/next.svg"
src="https://nextjs.org/icons/next.svg"
alt="Next.js logo"
width={180}
height={38}
Expand All @@ -31,7 +31,7 @@ export default function Home() {
>
<Image
className="dark:invert"
src="/vercel.svg"
src="https://nextjs.org/icons/vercel.svg"
alt="Vercel logomark"
width={20}
height={20}
Expand All @@ -57,7 +57,7 @@ export default function Home() {
>
<Image
aria-hidden
src="/file-text.svg"
src="https://nextjs.org/icons/file.svg"
alt="File icon"
width={16}
height={16}
Expand All @@ -72,7 +72,7 @@ export default function Home() {
>
<Image
aria-hidden
src="/window.svg"
src="https://nextjs.org/icons/window.svg"
alt="Window icon"
width={16}
height={16}
Expand All @@ -87,7 +87,7 @@ export default function Home() {
>
<Image
aria-hidden
src="/globe.svg"
src="https://nextjs.org/icons/globe.svg"
alt="Globe icon"
width={16}
height={16}
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions packages/create-next-app/templates/app-tw/ts/public/globe.svg

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions packages/create-next-app/templates/app-tw/ts/public/vercel.svg

This file was deleted.

This file was deleted.

10 changes: 5 additions & 5 deletions packages/create-next-app/templates/app/js/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Home() {
<main className={styles.main}>
<Image
className={styles.logo}
src="/next.svg"
src="https://nextjs.org/icons/next.svg"
alt="Next.js logo"
width={180}
height={38}
Expand All @@ -29,7 +29,7 @@ export default function Home() {
>
<Image
className={styles.logo}
src="/vercel.svg"
src="https://nextjs.org/icons/vercel.svg"
alt="Vercel logomark"
width={20}
height={20}
Expand All @@ -54,7 +54,7 @@ export default function Home() {
>
<Image
aria-hidden
src="/file-text.svg"
src="https://nextjs.org/icons/file.svg"
alt="File icon"
width={16}
height={16}
Expand All @@ -68,7 +68,7 @@ export default function Home() {
>
<Image
aria-hidden
src="/window.svg"
src="https://nextjs.org/icons/window.svg"
alt="Window icon"
width={16}
height={16}
Expand All @@ -82,7 +82,7 @@ export default function Home() {
>
<Image
aria-hidden
src="/globe.svg"
src="https://nextjs.org/icons/globe.svg"
alt="Globe icon"
width={16}
height={16}
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions packages/create-next-app/templates/app/js/public/globe.svg

This file was deleted.

Loading

0 comments on commit 46b20f6

Please sign in to comment.