Skip to content

Commit 9c2f834

Browse files
committed
chore: tweak build
1 parent 214ed4e commit 9c2f834

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ __diff_output__
1515

1616
# build
1717
.next
18+
next-env.d.ts
1819

1920
# Yarn 3
2021
.pnp.*

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Metadata, Viewport } from 'next';
2-
import StyledComponentsRegistry from '../lib/registry';
3-
import ClientLayout from '../components/ClientLayout';
2+
import StyledComponentsRegistry from '~/lib/registry';
3+
import ClientLayout from '~/components/ClientLayout';
44

55
export const metadata: Metadata = {
66
title: {

next-env.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)