Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
lyc8503 committed Jun 30, 2024
1 parent e26a23c commit e8ba3f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<img src="./public/header.png" alt="onedrive-cf-index-ng" />
<h3><a href="https://pan.lyc8503.site">onedrive-cf-index-ng</a></h3>
<h3><a href="https://pan.lyc8503.net">onedrive-cf-index-ng</a></h3>
<p><em>OneDrive public directory listing forked from <a href="https://github.com/spencerwooo/onedrive-vercel-index">onedrive-vercel-index</a>, powered by Cloudflare and Next.js</em></p>

<img src="https://img.shields.io/badge/OneDrive-2C68C3?style=flat&logo=microsoft-onedrive&logoColor=white" alt="OneDrive" />
Expand Down Expand Up @@ -37,7 +37,7 @@ Showcase, share, preview, and download files inside *your* OneDrive with onedriv

## Demo

Live demo at [lyc8503's Fileshare](https://pan.lyc8503.site).
Live demo at [lyc8503's Fileshare](https://pan.lyc8503.net).

![demo](./public/demo.png)

Expand All @@ -48,19 +48,19 @@ Live demo at [lyc8503's Fileshare](https://pan.lyc8503.site).
<tr>
<td>
<a
href="https://pan.lyc8503.site/Demo/%F0%9F%93%84Documents"
href="https://pan.lyc8503.net/Demo/%F0%9F%93%84Documents"
>👀 File preview</a
>
</td>
<td>
<a
href="https://pan.lyc8503.site/Demo/%F0%9F%96%BC%EF%B8%8FPictures"
href="https://pan.lyc8503.net/Demo/%F0%9F%96%BC%EF%B8%8FPictures"
>💠 List / Grid layouts</a
>
</td>
<td>
<a
href="https://pan.lyc8503.site/Demo/%F0%9F%98%8EAnother%20Private%20Folder%20Password%20123"
href="https://pan.lyc8503.net/Demo/%F0%9F%98%8EAnother%20Private%20Folder%20Password%20123"
>🎥 Video and audio</a
>
</td>
Expand All @@ -73,21 +73,21 @@ Live demo at [lyc8503's Fileshare](https://pan.lyc8503.site).
<tr>
<td>
<a
href="https://pan.lyc8503.site/Demo/%F0%9F%93%84Documents"
href="https://pan.lyc8503.net/Demo/%F0%9F%93%84Documents"
>📄 Office preview</a
>
</td>
<td><a href="https://pan.lyc8503.site/Demo/%F0%9F%93%84Documents">📝 README.md preview</a></td>
<td><a href="https://pan.lyc8503.site/Demo/%F0%9F%96%BC%EF%B8%8FPictures">📑 Pagination</a></td>
<td><a href="https://pan.lyc8503.net/Demo/%F0%9F%93%84Documents">📝 README.md preview</a></td>
<td><a href="https://pan.lyc8503.net/Demo/%F0%9F%96%BC%EF%B8%8FPictures">📑 Pagination</a></td>
</tr>
<tr>
<td>docx, pptx, xlsx, ...</td>
<td>Also renders code blocks, images with relative links, ...</td>
<td>For folders with 200 or more items</td>
</tr>
<tr>
<td><a href="https://pan.lyc8503.site/Demo/%F0%9F%98%8EAnother%20Private%20Folder%20Password%20123">🔒 Protected folders</a></td>
<td><a href="https://pan.lyc8503.site/Demo">⏬ Multi-file download</a></td>
<td><a href="https://pan.lyc8503.net/Demo/%F0%9F%98%8EAnother%20Private%20Folder%20Password%20123">🔒 Protected folders</a></td>
<td><a href="https://pan.lyc8503.net/Demo">⏬ Multi-file download</a></td>
<td>🔎 Native Search</td>
</tr>
<tr>
Expand Down Expand Up @@ -145,7 +145,7 @@ Yes! Completely free with no backend server what-so-ever.

<div align="center">
<img src="./public/footer.png" />
<em>made with ❤️ by <a href="https://www.lyc8503.site">lyc8503</a> & <a href="https://spencerwoo.com">spencer woo</a></em>
<em>made with ❤️ by <a href="https://lyc8503.net">lyc8503</a> & <a href="https://spencerwoo.com">spencer woo</a></em>
</div>


4 changes: 2 additions & 2 deletions config/site.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
// Make sure this is exactly the same as the email address you use to sign into your Microsoft account.
// You can also put this in your worker's environment variable if you worry about
// your email being exposed in public.
userPrincipalName: process.env.USER_PRINCIPLE_NAME || 'me@lyc8503.site',
userPrincipalName: process.env.USER_PRINCIPLE_NAME || 'me@lyc8503.net',

// [OPTIONAL] This is the website icon to the left of the title inside the navigation bar. It should be placed under the
// /public directory of your GitHub project (not your OneDrive folder!), and referenced here by its relative path to /public.
Expand Down Expand Up @@ -42,7 +42,7 @@ module.exports = {
protectedRoutes: ['/Private', '/Demo/😎Another Private Folder Password 123'],

// [OPTIONAL] Use "" here if you want to remove this email address from the nav bar.
email: 'mailto:me@lyc8503.site',
email: 'mailto:me@lyc8503.net',

// [OPTIONAL] This is an array of names and links for setting your social information and links.
// In the latest update, all brand icons inside font awesome is supported and the icon to render is based on the name
Expand Down

0 comments on commit e8ba3f7

Please sign in to comment.