Skip to content

Commit e8ba3f7

Browse files
committed
update links
1 parent e26a23c commit e8ba3f7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<img src="./public/header.png" alt="onedrive-cf-index-ng" />
3-
<h3><a href="https://pan.lyc8503.site">onedrive-cf-index-ng</a></h3>
3+
<h3><a href="https://pan.lyc8503.net">onedrive-cf-index-ng</a></h3>
44
<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>
55

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

3838
## Demo
3939

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

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

@@ -48,19 +48,19 @@ Live demo at [lyc8503's Fileshare](https://pan.lyc8503.site).
4848
<tr>
4949
<td>
5050
<a
51-
href="https://pan.lyc8503.site/Demo/%F0%9F%93%84Documents"
51+
href="https://pan.lyc8503.net/Demo/%F0%9F%93%84Documents"
5252
>👀 File preview</a
5353
>
5454
</td>
5555
<td>
5656
<a
57-
href="https://pan.lyc8503.site/Demo/%F0%9F%96%BC%EF%B8%8FPictures"
57+
href="https://pan.lyc8503.net/Demo/%F0%9F%96%BC%EF%B8%8FPictures"
5858
>💠 List / Grid layouts</a
5959
>
6060
</td>
6161
<td>
6262
<a
63-
href="https://pan.lyc8503.site/Demo/%F0%9F%98%8EAnother%20Private%20Folder%20Password%20123"
63+
href="https://pan.lyc8503.net/Demo/%F0%9F%98%8EAnother%20Private%20Folder%20Password%20123"
6464
>🎥 Video and audio</a
6565
>
6666
</td>
@@ -73,21 +73,21 @@ Live demo at [lyc8503's Fileshare](https://pan.lyc8503.site).
7373
<tr>
7474
<td>
7575
<a
76-
href="https://pan.lyc8503.site/Demo/%F0%9F%93%84Documents"
76+
href="https://pan.lyc8503.net/Demo/%F0%9F%93%84Documents"
7777
>📄 Office preview</a
7878
>
7979
</td>
80-
<td><a href="https://pan.lyc8503.site/Demo/%F0%9F%93%84Documents">📝 README.md preview</a></td>
81-
<td><a href="https://pan.lyc8503.site/Demo/%F0%9F%96%BC%EF%B8%8FPictures">📑 Pagination</a></td>
80+
<td><a href="https://pan.lyc8503.net/Demo/%F0%9F%93%84Documents">📝 README.md preview</a></td>
81+
<td><a href="https://pan.lyc8503.net/Demo/%F0%9F%96%BC%EF%B8%8FPictures">📑 Pagination</a></td>
8282
</tr>
8383
<tr>
8484
<td>docx, pptx, xlsx, ...</td>
8585
<td>Also renders code blocks, images with relative links, ...</td>
8686
<td>For folders with 200 or more items</td>
8787
</tr>
8888
<tr>
89-
<td><a href="https://pan.lyc8503.site/Demo/%F0%9F%98%8EAnother%20Private%20Folder%20Password%20123">🔒 Protected folders</a></td>
90-
<td><a href="https://pan.lyc8503.site/Demo">⏬ Multi-file download</a></td>
89+
<td><a href="https://pan.lyc8503.net/Demo/%F0%9F%98%8EAnother%20Private%20Folder%20Password%20123">🔒 Protected folders</a></td>
90+
<td><a href="https://pan.lyc8503.net/Demo">⏬ Multi-file download</a></td>
9191
<td>🔎 Native Search</td>
9292
</tr>
9393
<tr>
@@ -145,7 +145,7 @@ Yes! Completely free with no backend server what-so-ever.
145145

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

151151

config/site.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
// Make sure this is exactly the same as the email address you use to sign into your Microsoft account.
88
// You can also put this in your worker's environment variable if you worry about
99
// your email being exposed in public.
10-
userPrincipalName: process.env.USER_PRINCIPLE_NAME || 'me@lyc8503.site',
10+
userPrincipalName: process.env.USER_PRINCIPLE_NAME || 'me@lyc8503.net',
1111

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

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

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

0 commit comments

Comments
 (0)