Skip to content

Commit

Permalink
fix: try to fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 2, 2024
1 parent 9967413 commit 435a6a9
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
.nuxt
.env
.idea/
public/assets/*
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/js/test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function a() {
console.log('a');
}
3 changes: 3 additions & 0 deletions public/assets/test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function c() {
console.log('c');
}
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/maskable-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/nuxt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pwa-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pwa-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /
3 changes: 3 additions & 0 deletions public/test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function b() {

Check failure on line 1 in public/test.js

View workflow job for this annotation

GitHub Actions / lint

'b' is defined but never used

Check failure on line 1 in public/test.js

View workflow job for this annotation

GitHub Actions / lint

'b' is defined but never used. Allowed unused vars must match /^_/u
console.log('b')

Check failure on line 2 in public/test.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement
}
Binary file added public/vite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 435a6a9

Please sign in to comment.