Skip to content

Commit

Permalink
🔍 feat: Add global metatag for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Jun 21, 2024
1 parent b87f692 commit 2e9f9c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ export function Layout({ children }: { children: React.ReactNode }) {
return (
<html lang="ko">
<head>
<title>Schooler - 모두를 위한 학교 SIS/MIS 솔루션</title>

<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="모두를 위한 학교 SIS/MIS 솔루션" />

<Meta />
<Links />
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import tsconfigPaths from "vite-tsconfig-paths";
export default defineConfig({
plugins: [
remix({
target: "spa",
ssr: false,
future: {
v3_fetcherPersist: true,
Expand Down

0 comments on commit 2e9f9c0

Please sign in to comment.