Skip to content

Commit

Permalink
Merge pull request #1 from mpcgt/gh-pages
Browse files Browse the repository at this point in the history
Updates files
  • Loading branch information
mpcgt authored May 11, 2024
2 parents a6574ad + 2e14844 commit baad400
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 173 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ dist-ssr
!.firebase/.firebase/hosting.c3Jj.cache
.firebaserc
firebase.json
src/index.html

dist
dist/package.json
src/index.html
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!doctype html>
<html lang="en">
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" href="./public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>To-do</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="module" src="/docs/main.js"></script>
</body>
</html>
</html>
43 changes: 1 addition & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
Expand Down
33 changes: 0 additions & 33 deletions public/404.html

This file was deleted.

89 changes: 0 additions & 89 deletions public/index.html

This file was deleted.

0 comments on commit baad400

Please sign in to comment.