Skip to content

Commit

Permalink
rest of renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneinserenade committed Sep 5, 2023
1 parent 9330ab7 commit d630bc9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ I've made a bunch of extensions for Tiptap 2, some of them are **Google Docs lik

# Live Demo

Try it out live at https://sereneinserenade.github.io/tiptap-search-n-replace-demo, and/or take a look at a demo-video below.
Try it out live at https://sereneinserenade.github.io/tiptap-search-and-replace, and/or take a look at a demo-video below.

<details>
<summary> <b>demo-video</b> </summary>
Expand Down Expand Up @@ -117,7 +117,7 @@ Show your ❤️ by ⭐️ing this repository! It means a lot.
Clone the repo, do something, make a PR(or not). You know what's the drill. Looking forward to your PRs, you amazing devs.

## Awesome peeps, who've starred this repo 🚀! Thank you!
[![Stargazers repo roster for @sereneinserenade/tiptap-search-n-replace-demo](https://reporoster.com/stars/dark/sereneinserenade/tiptap-search-n-replace-demo)](https://github.com/sereneinserenade/tiptap-search-n-replace-demo/stargazers)
[![Stargazers repo roster for @sereneinserenade/tiptap-search-and-replace](https://reporoster.com/stars/dark/sereneinserenade/tiptap-search-and-replace)](https://github.com/sereneinserenade/tiptap-search-and-replace/stargazers)

---

Expand Down
2 changes: 1 addition & 1 deletion demos/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tiptap-search-n-replace-demo",
"name": "tiptap-search-and-replace",
"private": true,
"version": "0.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demos/vue/src/components/Tiptap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h2 class="text-3xl font-bold"> Tiptap 2 Search-N-Replace </h2>

<section>
<a class="flex gap-1" target="_blank" href="https://github.com/sereneinserenade/tiptap-search-n-replace-demo">
<a class="flex gap-1" target="_blank" href="https://github.com/sereneinserenade/tiptap-search-and-replace">
<img class="github-link" :src="GithubIcon" alt="Github Link" />

<h3>Repository</h3>
Expand Down
2 changes: 1 addition & 1 deletion demos/vue/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig(({ mode }) => {
return {
plugins: [vue()],
base: mode === 'production' ? '/tiptap-search-n-replace-demo/' : '/'
base: mode === 'production' ? '/tiptap-search-and-replace/' : '/'
}
})

0 comments on commit d630bc9

Please sign in to comment.