Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Move the assets folder to the public folder #7

Closed
1 task
SusheelThapa opened this issue Oct 23, 2024 · 0 comments · Fixed by #14
Closed
1 task

[Enhancement] Move the assets folder to the public folder #7

SusheelThapa opened this issue Oct 23, 2024 · 0 comments · Fixed by #14
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@SusheelThapa
Copy link
Owner

Tasks

  • To move the assets folder to the public folder and make necessary changes to other files

Current Status

src
└── assets
    ├── audio
    ├── fonts
    ├── images
    └── json

Final Status

├── public
│   ├── audio
│   ├── fonts
│   ├── images
│   └── json
└── src
@SusheelThapa SusheelThapa added enhancement New feature or request good first issue Good for newcomers labels Oct 23, 2024
@SusheelThapa SusheelThapa self-assigned this Oct 27, 2024
@SusheelThapa SusheelThapa linked a pull request Oct 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant