Skip to content

Commit

Permalink
Move to src/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
travismiller committed Feb 1, 2021
1 parent 297f127 commit 06f294b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
},
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/index.js → src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Head from 'next/head'
import styles from '../styles/Home.module.css'
import styles from '@/styles/Home.module.css'

export default function Home() {
return (
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 06f294b

Please sign in to comment.