Skip to content

Commit

Permalink
Revert "feat: app name changed to Note Easy"
Browse files Browse the repository at this point in the history
This reverts commit e72c912.
  • Loading branch information
augustopolonio committed Sep 6, 2024
1 parent 0a47144 commit aa8be23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />

<title>Note Easy</title>
<title>Expert Notes</title>
</head>

<body class="bg-slate-900 text-slate-50 antialiased">
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/note-easy/',
base: '/nlw-expert-notes/',
})

0 comments on commit aa8be23

Please sign in to comment.