Skip to content

Commit

Permalink
feat: New > Editor에서 생성형AI를 활용해 질문할 수 있는 기능 구성-IN PROGRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
qkrwoghd04 committed Jan 20, 2025
1 parent b1bd101 commit d0cb5d5
Show file tree
Hide file tree
Showing 8 changed files with 2,945 additions and 163 deletions.
2 changes: 1 addition & 1 deletion dev-dist/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.48tff2uhq0g"
"revision": "0.nsqer8qhsp"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<meta property="og:description" content="새로움 배움을 나눠보아요" />
<meta property="og:image" content="/src/assets/thumbnail.png" />
<link rel="apple-touch-icon" href="/src/assets/icons/icon-192-maskable.png" sizes="192x192" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
</head>

<body>
Expand Down
Loading

0 comments on commit d0cb5d5

Please sign in to comment.